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.32 by jsr166, Tue Feb 5 19:54:06 2013 UTC vs.
Revision 1.33 by jsr166, Tue Feb 5 20:09:33 2013 UTC

# Line 698 | Line 698 | public class CustomConcurrentHashMap<K,
698       * if no such mapping exists.
699       *
700       * @param  key   possible key
701 <     * @return the value associated with the key or {@code null} if
701 >     * @return the value associated with the key, or {@code null} if
702       * there is no mapping
703       * @throws NullPointerException if the specified key is null
704       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines