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.2 by jsr166, Sun Sep 5 21:32:19 2010 UTC vs.
Revision 1.3 by jsr166, Mon Sep 27 19:15:15 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines