ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java (file contents):
Revision 1.114 by jsr166, Wed Mar 27 20:56:44 2013 UTC vs.
Revision 1.115 by jsr166, Tue Apr 16 05:53:51 2013 UTC

# Line 3579 | Line 3579 | public class ConcurrentSkipListMap<K,V>
3579                  return Spliterator.DISTINCT | Spliterator.ORDERED |
3580                      Spliterator.SORTED;
3581              }
3582 <            public final Comparator<? super K>  getComparator() {
3582 >            public final Comparator<? super K> getComparator() {
3583                  return SubMap.this.comparator();
3584              }
3585          }
# Line 3888 | Line 3888 | public class ConcurrentSkipListMap<K,V>
3888                  Spliterator.NONNULL;
3889          }
3890  
3891 <        public final Comparator<? super K>  getComparator() {
3891 >        public final Comparator<? super K> getComparator() {
3892              return comparator;
3893          }
3894      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines