< prev index next >

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

Print this page

        

@@ -28,11 +28,11 @@
 /**
  * Unchecked exception thrown when there is a format specifier which does not
  * have a corresponding argument or if an argument index refers to an argument
  * that does not exist.
  *
- * <p> Unless otherwise specified, passing a <tt>null</tt> argument to any
+ * <p> Unless otherwise specified, passing a {@code null} argument to any
  * method or constructor in this class will cause a {@link
  * NullPointerException} to be thrown.
  *
  * @since 1.5
  */
< prev index next >