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.132 by jsr166, Sun Oct 21 02:37:58 2012 UTC vs.
Revision 1.133 by jsr166, Sun Oct 21 03:26:48 2012 UTC

# Line 2505 | Line 2505 | public class ConcurrentHashMap<K, V>
2505  
2506      /**
2507       * Returns the value to which the specified key is mapped,
2508 <     * or the gieven defaultValue if this map contains no mapping for the key.
2508 >     * or the given defaultValue if this map contains no mapping for the key.
2509       *
2510       * @param key the key
2511       * @param defaultValue the value to return if this map contains

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines