ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ConcurrentSkipListSetTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ConcurrentSkipListSetTest.java (file contents):
Revision 1.26 by jsr166, Thu Dec 8 18:09:09 2011 UTC vs.
Revision 1.27 by jsr166, Tue Feb 21 01:54:04 2012 UTC

# Line 32 | Line 32 | public class ConcurrentSkipListSetTest e
32      }
33  
34      /**
35 <     * Create a set of given size containing consecutive
35 >     * Creates a set of given size containing consecutive
36       * Integers 0 ... n.
37       */
38      private ConcurrentSkipListSet<Integer> populatedSet(int n) {
# Line 49 | Line 49 | public class ConcurrentSkipListSetTest e
49      }
50  
51      /**
52 <     * Create set of first 5 ints
52 >     * Creates set of first 5 ints.
53       */
54      private ConcurrentSkipListSet set5() {
55          ConcurrentSkipListSet q = new ConcurrentSkipListSet();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines