8215300: additional changes to constants API

Reviewed-by: goetz
This commit is contained in:
Vicente Romero 2018-12-13 10:35:09 -05:00
parent a3df1d618e
commit 650f3fc113
12 changed files with 96 additions and 24 deletions

View file

@ -1967,8 +1967,8 @@ public final class Long extends Number
}
/**
* Returns a nominal descriptor for this instance, which is the instance
* itself.
* Returns an {@link Optional} containing the nominal descriptor for this
* instance, which is the instance itself.
*
* @return an {@link Optional} describing the {@linkplain Long} instance
* @since 12