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

Comparing jsr166/src/test/tck/ConcurrentSkipListMapTest.java (file contents):
Revision 1.22 by jsr166, Tue Mar 15 19:47:06 2011 UTC vs.
Revision 1.23 by jsr166, Thu Apr 14 22:55:08 2011 UTC

# Line 1161 | Line 1161 | public class ConcurrentSkipListMapTest e
1161       */
1162      void check(NavigableMap<Integer, Integer> map,
1163                        final int min, final int max, final boolean ascending) {
1164 <       class ReferenceSet {
1164 >        class ReferenceSet {
1165              int lower(int key) {
1166                  return ascending ? lowerAscending(key) : higherAscending(key);
1167              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines