We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7a7da commit e37a472Copy full SHA for e37a472
1 file changed
JavaArrayList/Readme.md
@@ -30,7 +30,6 @@ import java.util.ArrayList; // import the ArrayList class
30
ArrayList<Character> list3 = new ArrayList<Character>();
31
ArrayList<Boolean> list3 = new ArrayList<Boolean>();
32
```
33
-<hr>
34
35
## ArrayList Methods
36
0 commit comments