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

Comparing jsr166/src/test/tck/TreeSubMapTest.java (file contents):
Revision 1.18 by jsr166, Tue Feb 21 01:54:04 2012 UTC vs.
Revision 1.19 by jsr166, Tue Feb 21 02:04:17 2012 UTC

# Line 16 | Line 16 | public class TreeSubMapTest extends JSR1
16      }
17  
18      /**
19 <     * Creates a map from Integers 1-5 to Strings "A"-"E".
19 >     * Returns a new map from Integers 1-5 to Strings "A"-"E".
20       */
21      private static NavigableMap map5() {
22          TreeMap map = new TreeMap();
# Line 40 | Line 40 | public class TreeSubMapTest extends JSR1
40      }
41  
42      /**
43 <     * Creates a map from Integers -5 to -1 to Strings "A"-"E".
43 >     * Returns a new map from Integers -5 to -1 to Strings "A"-"E".
44       */
45      private static NavigableMap dmap5() {
46          TreeMap map = new TreeMap();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines