Skip to content

Commit e37a472

Browse files
committed
update
1 parent 5c7a7da commit e37a472

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

JavaArrayList/Readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import java.util.ArrayList; // import the ArrayList class
3030
ArrayList<Character> list3 = new ArrayList<Character>();
3131
ArrayList<Boolean> list3 = new ArrayList<Boolean>();
3232
```
33-
<hr>
3433

3534
## ArrayList Methods
3635

0 commit comments

Comments
 (0)