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

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

# Line 18 | Line 18 | public class ConcurrentSkipListSubMapTes
18      }
19  
20      /**
21 <     * Create a map from Integers 1-5 to Strings "A"-"E".
21 >     * Creates a map from Integers 1-5 to Strings "A"-"E".
22       */
23      private static ConcurrentNavigableMap map5() {
24          ConcurrentSkipListMap map = new ConcurrentSkipListMap();
# Line 36 | Line 36 | public class ConcurrentSkipListSubMapTes
36      }
37  
38      /**
39 <     * Create a map from Integers -5 to -1 to Strings "A"-"E".
39 >     * Creates a map from Integers -5 to -1 to Strings "A"-"E".
40       */
41      private static ConcurrentNavigableMap dmap5() {
42          ConcurrentSkipListMap map = new ConcurrentSkipListMap();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines