--- a/jdk/src/share/classes/java/lang/invoke/LambdaMetafactory.java Tue Jun 03 17:55:58 2014 +0400
+++ b/jdk/src/share/classes/java/lang/invoke/LambdaMetafactory.java Tue Jun 03 18:31:13 2014 +0400
@@ -313,7 +313,8 @@
* reference expression</em> features of the Java Programming Language.
*
* <p>This is the general, more flexible metafactory; a streamlined version
- * is provided by {@link #altMetafactory(MethodHandles.Lookup, String, MethodType, Object...)}.
+ * is provided by {@link #metafactory(java.lang.invoke.MethodHandles.Lookup,
+ * String, MethodType, MethodType, MethodHandle, MethodType)}.
* A general description of the behavior of this method is provided
* {@link LambdaMetafactory above}.
*