Skip to content

Commit b1ee40e

Browse files
author
crazy
committed
123
1 parent 1bf2f2a commit b1ee40e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

JavaBase/src/com/xinan/collection/LinkedListDemo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ public static void main(String[] args){
99
list.add(3);
1010
list.add(5);
1111

12+
1213
}
1314
}

JavaBase/src/com/xinan/exception/TestInterest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static void main(String[] args) {
66
int ret = test1();
77
System.out.println(ret);
88
}
9-
9+
1010
public static int test1() {
1111
int a = 1;
1212
try {

0 commit comments

Comments
 (0)