--- old/src/java.base/share/classes/java/lang/constant/Constable.java 2018-12-12 11:54:14.750329169 -0500 +++ new/src/java.base/share/classes/java/lang/constant/Constable.java 2018-12-12 11:54:14.510329178 -0500 @@ -65,8 +65,9 @@ */ public interface Constable { /** - * Returns a nominal descriptor for this instance, if one can be - * constructed, or an empty {@link Optional} if one cannot be constructed. + * Returns an {@link Optional} containing the nominal descriptor for this + * instance, if one can be constructed, or an empty {@link Optional} + * if one cannot be constructed. * * @return An {@link Optional} containing the resulting nominal descriptor, * or an empty {@link Optional} if one cannot be constructed.