We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf2f2a commit b1ee40eCopy full SHA for b1ee40e
2 files changed
JavaBase/src/com/xinan/collection/LinkedListDemo.java
@@ -9,5 +9,6 @@ public static void main(String[] args){
9
list.add(3);
10
list.add(5);
11
12
+
13
}
14
JavaBase/src/com/xinan/exception/TestInterest.java
@@ -6,7 +6,7 @@ public static void main(String[] args) {
6
int ret = test1();
7
System.out.println(ret);
8
-
public static int test1() {
int a = 1;
try {
0 commit comments