changeset 7534:05e2d3863cec

Fix JavaDoc reference to method.
author psandoz
date Mon, 25 Feb 2013 18:51:38 +0100
parents 6dbfee22c2ff
children a37adffb0ec1
files src/share/classes/java/util/Map.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/java/util/Map.java	Mon Feb 25 18:44:20 2013 +0100
+++ b/src/share/classes/java/util/Map.java	Mon Feb 25 18:51:38 2013 +0100
@@ -498,7 +498,8 @@
     /**
      * Apply the specified function to each entry in this map, replacing
      * each entry's value with the result of calling the function's
-     * {@code Function#map} method with the current entry's key and value.
+     * {@link BiFunction#apply(Object, Object) BiFunction.apply(K key, V, value)}
+     * method with the current entry's key and value.
      *
      * @param function the function to apply to each entry
      */