8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method

Reviewed-by: briangoetz, jjg
This commit is contained in:
Alexander Zuev 2014-06-03 18:31:13 +04:00
parent 0e0ccc7025
commit b9b322467f

View File

@ -313,7 +313,8 @@ public class LambdaMetafactory {
* 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}.
*