< prev index next >

src/java.base/share/classes/java/util/IllegalFormatWidthException.java

Print this page

        

@@ -25,11 +25,11 @@
 
 package java.util;
 
 /**
  * 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
  */
 public class IllegalFormatWidthException extends IllegalFormatException {
 
< prev index next >