ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collections/AddAll.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collections/AddAll.java (file contents):
Revision 1.5 by jsr166, Tue Sep 15 06:34:28 2015 UTC vs.
Revision 1.6 by jsr166, Sun Oct 22 02:59:17 2017 UTC

# Line 33 | Line 33 | import java.util.*;
33  
34   public class AddAll {
35      static final int N = 100;
36 <    public static void main(String args[]) {
36 >    public static void main(String[] args) {
37          test(new ArrayList<Integer>());
38          test(new LinkedList<Integer>());
39          test(new HashSet<Integer>());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines