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

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentSkipListMap.java (file contents):
Revision 1.12 by jsr166, Sun Jan 18 20:17:32 2015 UTC vs.
Revision 1.13 by jsr166, Thu Sep 3 22:54:46 2015 UTC

# Line 1518 | Line 1518 | public class ConcurrentSkipListMap<K,V>
1518           * distinct because readObject calls can't be nicely adapted
1519           * as the kind of iterator needed by buildFromSorted. (They
1520           * can be, but doing so requires type cheats and/or creation
1521 <         * of adaptor classes.) It is simpler to just adapt the code.
1521 >         * of adapter classes.) It is simpler to just adapt the code.
1522           */
1523  
1524          HeadIndex<K,V> h = head;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines