< prev index next >

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

Print this page

        

*** 26,36 **** package java.util; /** * Unchecked exception thrown when the formatter has been closed. * ! * <p> Unless otherwise specified, passing a <tt>null</tt> argument to any * method or constructor in this class will cause a {@link * NullPointerException} to be thrown. * * @since 1.5 */ --- 26,36 ---- package java.util; /** * Unchecked exception thrown when the formatter has been closed. * ! * <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 >