Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084144 | emb-9 | Xueming Shen | P5 | Resolved | Fixed | team |
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
The javadoc of the class java.util.Formatter ( http://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html ) contains the line:
If the argument index is does not correspond to an available argument, [...]
the "is" should be deleted:
If the argument index does not correspond to an available argument, [...]
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
The javadoc of the class java.util.Formatter ( http://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html ) contains the line:
If the argument index is does not correspond to an available argument, [...]
the "is" should be deleted:
If the argument index does not correspond to an available argument, [...]
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-8084144 Javadoc typo in java.util.Formatter
-
- Resolved
-