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

Comparing jsr166/src/test/jtreg/util/Collections/Disjoint.java (file contents):
Revision 1.2 by jsr166, Sun Sep 5 21:32:19 2010 UTC vs.
Revision 1.4 by jsr166, Tue Jan 14 02:43:14 2014 UTC

# Line 27 | Line 27
27   * @summary Basic test for Collections.disjoint
28   * @author  Josh Bloch
29   *
30 * @compile -source 1.5 Disjoint.java
30   * @run main Disjoint
31   */
32  
33   import java.util.*;
34  
35   public class Disjoint {
36 <    final static int N = 20;
36 >    static final int N = 20;
37  
38      public static void main(String args[]) {
39          // Make an array of lists each of which shares a single element

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines