Skip to content

Commit

Permalink
Update ArrayToArrayList.java
Browse files Browse the repository at this point in the history
  • Loading branch information
damienborowski authored Oct 13, 2018
1 parent 8d211f9 commit 00263da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ArrayToArrayList.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ public static void main(String args[])
ArrayList<Integer> ar=new ArrayList<>(Arrays.asList(i));
ar.add(54889);
System.out.println(ar);




}

}

0 comments on commit 00263da

Please sign in to comment.