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

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.44 by jsr166, Sun Sep 6 00:57:56 2015 UTC vs.
Revision 1.45 by jsr166, Mon Mar 7 23:55:31 2016 UTC

# Line 1878 | Line 1878 | public class ConcurrentHashMap<K,V> impl
1878      }
1879  
1880      /**
1881 <     * Returns a list on non-TreeNodes replacing those in given list.
1881 >     * Returns a list of non-TreeNodes replacing those in given list.
1882       */
1883      static <K,V> Node<K,V> untreeify(Node<K,V> b) {
1884          Node<K,V> hd = null, tl = null;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines