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.49 by jsr166, Fri Apr 21 21:37:48 2006 UTC vs.
Revision 1.50 by jsr166, Sun Apr 30 00:28:59 2006 UTC

# Line 608 | Line 608 | public class ConcurrentSkipListMap<K,V>
608  
609      /**
610       * If using comparator, return a ComparableUsingComparator, else
611 <     * cast key as Comparator, which may cause ClassCastException,
611 >     * cast key as Comparable, which may cause ClassCastException,
612       * which is propagated back to caller.
613       */
614      private Comparable<? super K> comparable(Object key) throws ClassCastException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines