8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
Reviewed-by: briangoetz, jjg
This commit is contained in:
parent
0e0ccc7025
commit
b9b322467f
@ -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}.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user