diff --git a/jdk/src/share/classes/java/util/Formatter.java b/jdk/src/share/classes/java/util/Formatter.java index dae0b37f48b..5c096c63acf 100644 --- a/jdk/src/share/classes/java/util/Formatter.java +++ b/jdk/src/share/classes/java/util/Formatter.java @@ -190,7 +190,7 @@ import sun.misc.FormattedFloatingDecimal; *
The optional flags is a set of characters that modify the output * format. The set of valid flags depends on the conversion. * - *
The optional width is a non-negative decimal integer indicating + *
The optional width is a positive decimal integer indicating * the minimum number of characters to be written to the output. * *
The optional precision is a non-negative decimal integer usually