src/share/classes/java/lang/InstantiationException.java

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

*** 38,48 **** * <li> the class has no nullary constructor *</ul> * * @author unascribed * @see java.lang.Class#newInstance() ! * @since JDK1.0 */ public class InstantiationException extends ReflectiveOperationException { private static final long serialVersionUID = -8441929162975509110L; --- 38,48 ---- * <li> the class has no nullary constructor *</ul> * * @author unascribed * @see java.lang.Class#newInstance() ! * @since 1.0 */ public class InstantiationException extends ReflectiveOperationException { private static final long serialVersionUID = -8441929162975509110L;