jdk/src/java.base/share/classes/java/util/IllegalFormatWidthException.java
changeset 32108 aa5490a167ee
parent 25859 3317bb8137f4
--- a/jdk/src/java.base/share/classes/java/util/IllegalFormatWidthException.java	Tue Aug 11 08:48:18 2015 -0400
+++ b/jdk/src/java.base/share/classes/java/util/IllegalFormatWidthException.java	Tue Aug 11 20:46:46 2015 +0300
@@ -27,7 +27,7 @@
 
 /**
  * Unchecked exception thrown when the format width is a negative value other
- * than <tt>-1</tt> or is otherwise unsupported.
+ * than {@code -1} or is otherwise unsupported.
  *
  * @since 1.5
  */