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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentMap.java (file contents):
Revision 1.8 by dl, Mon Aug 4 12:10:27 2003 UTC vs.
Revision 1.9 by dholmes, Wed Aug 6 01:57:53 2003 UTC

# Line 39 | Line 39 | public interface ConcurrentMap<K, V> ext
39       *            prevents it from being stored in this map.
40       * @throws IllegalArgumentException if some aspect of this key or value
41       *            prevents it from being stored in this map.
42 <     * @throws NullPointerException this map does not permit <tt>null</tt>
42 >     * @throws NullPointerException if this map does not permit <tt>null</tt>
43       *            keys or values, and the specified key or value is
44       *            <tt>null</tt>.
45       *
# Line 60 | Line 60 | public interface ConcurrentMap<K, V> ext
60       * @param key key with which the specified value is associated.
61       * @param value value associated with the specified key.
62       * @return true if the value was removed
63 <     * @throws NullPointerException this map does not permit <tt>null</tt>
63 >     * @throws NullPointerException if this map does not permit <tt>null</tt>
64       *            keys or values, and the specified key or value is
65       *            <tt>null</tt>.
66       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines