8249687: Use inline @jls and @jvm tages in more places in java.base

Reviewed-by: bpb, mchung, mikael
This commit is contained in:
Joe Darcy 2020-07-17 17:27:31 -07:00
parent d1d17200c5
commit b7c307c019
17 changed files with 40 additions and 40 deletions

View file

@ -121,7 +121,7 @@ public class Package extends NamedPackage implements java.lang.reflect.Annotated
/**
* Return the name of this package.
*
* @return The fully-qualified name of this package as defined in section 6.5.3 of
* @return The fully-qualified name of this package as defined in section {@jls 6.5.3} of
* <cite>The Java Language Specification</cite>,
* for example, {@code java.lang}
*/