--- 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