< prev index next >
src/java.base/share/classes/java/lang/Double.java
Print this page
rev 52981 : 8215300: additional changes to constants API
@@ -1075,12 +1075,12 @@
public static double min(double a, double b) {
return Math.min(a, b);
}
/**
- * 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 Double} instance
* @since 12
*/
@Override
< prev index next >