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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.288 by jsr166, Wed Dec 16 02:29:06 2015 UTC vs.
Revision 1.289 by jsr166, Mon Mar 7 23:55:32 2016 UTC

# Line 2661 | Line 2661 | public class ConcurrentHashMap<K,V> exte
2661      }
2662  
2663      /**
2664 <     * Returns a list on non-TreeNodes replacing those in given list.
2664 >     * Returns a list of non-TreeNodes replacing those in given list.
2665       */
2666      static <K,V> Node<K,V> untreeify(Node<K,V> b) {
2667          Node<K,V> hd = null, tl = null;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines