8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
authorkizune
Tue, 03 Jun 2014 18:31:13 +0400
changeset 24702 9d083d86c06a
parent 24701 62c52173dc2d
child 24703 eab580c8d49c
8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method Reviewed-by: briangoetz, jjg
jdk/src/share/classes/java/lang/invoke/LambdaMetafactory.java
--- 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}.
      *