ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/extra166y/CustomConcurrentHashMap.java
(Generate patch)

Comparing jsr166/src/extra166y/CustomConcurrentHashMap.java (file contents):
Revision 1.20 by jsr166, Mon Dec 5 04:08:47 2011 UTC vs.
Revision 1.21 by jsr166, Tue Feb 21 01:54:03 2012 UTC

# Line 942 | Line 942 | public class CustomConcurrentHashMap<K,
942      }
943  
944      /**
945 <     * Remove node if its key or value are null
945 >     * Removes node if its key or value are null.
946       */
947      final void removeIfReclaimed(Node r) {
948          int hash = r.getLocator();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines