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

Comparing jsr166/src/test/tck/ConcurrentSkipListSetTest.java (file contents):
Revision 1.19 by jsr166, Thu Nov 18 20:21:53 2010 UTC vs.
Revision 1.21 by jsr166, Thu Apr 14 22:55:08 2011 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4 < * http://creativecommons.org/licenses/publicdomain
4 > * http://creativecommons.org/publicdomain/zero/1.0/
5   */
6  
7   import junit.framework.*;
# Line 846 | Line 846 | public class ConcurrentSkipListSetTest e
846       */
847      void check(NavigableSet<Integer> set,
848                        final int min, final int max, final boolean ascending) {
849 <       class ReferenceSet {
849 >        class ReferenceSet {
850              int lower(int element) {
851                  return ascending ?
852                      lowerAscending(element) : higherAscending(element);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines