We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6475d47 commit 350303dCopy full SHA for 350303d
src/java.base/share/classes/java/util/Formatter.java
@@ -1832,7 +1832,7 @@
1832
*
1833
* <p> The {@code '-'} flag defined for <a href="#dFlags">General
1834
* conversions</a> applies. If any other flags are provided, then a
1835
- * {@link FormatFlagsConversionMismatchException} will be thrown.
+ * {@link IllegalFormatFlagsException } will be thrown.
1836
1837
* <p> The precision is not applicable. If the precision is specified an
1838
* {@link IllegalFormatPrecisionException} will be thrown.
0 commit comments