src/share/classes/java/lang/ClassCastException.java

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

*** 33,43 **** * Object x = new Integer(0); * System.out.println((String)x); * </pre></blockquote> * * @author unascribed ! * @since JDK1.0 */ public class ClassCastException extends RuntimeException { private static final long serialVersionUID = -9223365651070458532L; --- 33,43 ---- * Object x = new Integer(0); * System.out.println((String)x); * </pre></blockquote> * * @author unascribed ! * @since 1.0 */ public class ClassCastException extends RuntimeException { private static final long serialVersionUID = -9223365651070458532L;