< prev index next >

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

Print this page

        

@@ -25,11 +25,11 @@
 
 package java.util;
 
 /**
  * Unchecked exception thrown when the precision is a negative value other than
- * <tt>-1</tt>, the conversion does not support a precision, or the value is
+ * {@code -1}, the conversion does not support a precision, or the value is
  * otherwise unsupported.
  *
  * @since 1.5
  */
 public class IllegalFormatPrecisionException extends IllegalFormatException {
< prev index next >