src/share/classes/java/lang/NullPointerException.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 45,55 **** * virtual machine as if {@linkplain Throwable#Throwable(String, * Throwable, boolean, boolean) suppression were disabled and/or the * stack trace was not writable}. * * @author unascribed ! * @since JDK1.0 */ public class NullPointerException extends RuntimeException { private static final long serialVersionUID = 5162710183389028792L; --- 45,55 ---- * virtual machine as if {@linkplain Throwable#Throwable(String, * Throwable, boolean, boolean) suppression were disabled and/or the * stack trace was not writable}. * * @author unascribed ! * @since 1.0 */ public class NullPointerException extends RuntimeException { private static final long serialVersionUID = 5162710183389028792L;