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.74 by jsr166, Wed Jun 8 01:44:14 2005 UTC vs.
Revision 1.75 by jsr166, Thu Jun 16 02:17:07 2005 UTC

# Line 861 | Line 861 | public class ConcurrentHashMap<K, V> ext
861      }
862  
863      /**
864 <     * Maps the specified <tt>key</tt> to the specified
865 <     * <tt>value</tt> in this table. Neither the key nor the
866 <     * value can be <tt>null</tt>.
864 >     * Maps the specified key to the specified value in this table.
865 >     * Neither the key nor the value can be null.
866       *
867       * <p> The value can be retrieved by calling the <tt>get</tt> method
868       * with a key that is equal to the original key.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines