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

Comparing jsr166/src/test/tck/TreeSetTest.java (file contents):
Revision 1.20 by jsr166, Tue Mar 15 19:47:07 2011 UTC vs.
Revision 1.21 by jsr166, Thu Apr 14 22:55:08 2011 UTC

# Line 850 | Line 850 | public class TreeSetTest extends JSR166T
850       */
851      void check(NavigableSet<Integer> set,
852                        final int min, final int max, final boolean ascending) {
853 <       class ReferenceSet {
853 >        class ReferenceSet {
854              int lower(int element) {
855                  return ascending ?
856                      lowerAscending(element) : higherAscending(element);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines