8341541: Wrong anchor in wrapper classes links

Reviewed-by: hannesw, liach
This commit is contained in:
Joe Darcy 2024-10-04 19:25:31 +00:00
parent 86e3d52c70
commit e70cbcfd0c
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@
* Object}, which is the root of the class hierarchy, and {@link
* Class}, instances of which represent classes at run time.
*
* <p>Frequently it is necessary to represent a value of primitive
* type as if it were an object.The <dfn id=wrapperClasses>{@index
* <p id=wrapperClass>Frequently it is necessary to represent a
* value of primitive type as if it were an object.The <dfn>{@index
* "wrapper classes"}</dfn> {@link Boolean}, {@link Byte}, {@link
* Character}, {@link Short}, {@link Integer}, {@link Long}, {@link
* Float}, and {@link Double} serve this purpose. An object of type

View File

@ -206,7 +206,7 @@ public interface Types {
*
* @throws IllegalArgumentException if the given type has no
* unboxing conversion. Only types for the {@linkplain
* java.lang##wrapperClasses wrapper classes} have an
* java.lang##wrapperClass wrapper classes} have an
* unboxing conversion.
* @jls 5.1.8 Unboxing Conversion
*/