jdk/src/share/classes/java/util/Map.java
changeset 19074 84a8d23e8f32
parent 18571 8e3cb3c46ae8
child 19855 bfe130545fe0
--- a/jdk/src/share/classes/java/util/Map.java	Tue Jul 30 14:03:25 2013 +0100
+++ b/jdk/src/share/classes/java/util/Map.java	Tue Jul 30 10:35:06 2013 -0700
@@ -561,6 +561,7 @@
     * concurrency properties.
     *
     * @param key the key whose associated value is to be returned
+    * @param defaultValue the default mapping of the key
     * @return the value to which the specified key is mapped, or
     * {@code defaultValue} if this map contains no mapping for the key
     * @throws ClassCastException if the key is of an inappropriate type for