src/share/classes/java/lang/IncompatibleClassChangeError.java

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

*** 29,39 **** * Thrown when an incompatible class change has occurred to some class * definition. The definition of some class, on which the currently * executing method depends, has since changed. * * @author unascribed ! * @since JDK1.0 */ public class IncompatibleClassChangeError extends LinkageError { private static final long serialVersionUID = -4914975503642802119L; --- 29,39 ---- * Thrown when an incompatible class change has occurred to some class * definition. The definition of some class, on which the currently * executing method depends, has since changed. * * @author unascribed ! * @since 1.0 */ public class IncompatibleClassChangeError extends LinkageError { private static final long serialVersionUID = -4914975503642802119L;