--- old/src/java.base/share/classes/java/util/IllegalFormatWidthException.java 2015-08-07 21:15:07.610584535 +0400 +++ new/src/java.base/share/classes/java/util/IllegalFormatWidthException.java 2015-08-07 21:15:07.406584544 +0400 @@ -27,7 +27,7 @@ /** * Unchecked exception thrown when the format width is a negative value other - * than -1 or is otherwise unsupported. + * than {@code -1} or is otherwise unsupported. * * @since 1.5 */