8321889: JavaDoc method references with wrong (nested) type

Reviewed-by: alanb
This commit is contained in:
Hannes Wallnöfer 2023-12-12 11:27:31 +00:00
parent 7d903964fb
commit c51685267c
3 changed files with 5 additions and 7 deletions

View file

@ -1841,7 +1841,7 @@ public class MethodHandles {
* <a href="MethodHandles.Lookup.html#secmgr">refuses access</a>
* @throws NullPointerException if {@code bytes} is {@code null}
* @since 9
* @see Lookup#privateLookupIn
* @see MethodHandles#privateLookupIn
* @see Lookup#dropLookupMode
* @see ClassLoader#defineClass(String,byte[],int,int,ProtectionDomain)
*/