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

Comparing jsr166/src/test/tck/ConcurrentSkipListSubSetTest.java (file contents):
Revision 1.21 by jsr166, Sat Nov 26 05:19:17 2011 UTC vs.
Revision 1.22 by jsr166, Tue Feb 21 01:54:04 2012 UTC

# Line 32 | Line 32 | public class ConcurrentSkipListSubSetTes
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 NavigableSet<Integer> populatedSet(int n) {
# Line 53 | Line 53 | public class ConcurrentSkipListSubSetTes
53      }
54  
55      /**
56 <     * Create set of first 5 ints
56 >     * Creates set of first 5 ints.
57       */
58      private NavigableSet set5() {
59          ConcurrentSkipListSet q = new ConcurrentSkipListSet();
# Line 71 | Line 71 | public class ConcurrentSkipListSubSetTes
71      }
72  
73      /**
74 <     * Create set of first 5 negative ints
74 >     * Creates set of first 5 negative ints.
75       */
76      private NavigableSet dset5() {
77          ConcurrentSkipListSet q = new ConcurrentSkipListSet();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines