Skip to content

Commit e978f24

Browse files
committed
test
1 parent 5be4d8f commit e978f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group05/371492887/task_01/src/com/nitasty/test/ArrayListTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ArrayListTest {
1717
public void init(){
1818
list=new ArrayList();
1919
for (int i = 0; i < 100; i++) {
20-
list.add(i);
20+
list.add(i);
2121
}
2222
}
2323

0 commit comments

Comments
 (0)