src/share/classes/java/io/ObjectStreamException.java

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

*** 27,37 **** /** * Superclass of all exceptions specific to Object Stream classes. * * @author unascribed ! * @since JDK1.1 */ public abstract class ObjectStreamException extends IOException { private static final long serialVersionUID = 7260898174833392607L; --- 27,37 ---- /** * Superclass of all exceptions specific to Object Stream classes. * * @author unascribed ! * @since 1.1 */ public abstract class ObjectStreamException extends IOException { private static final long serialVersionUID = 7260898174833392607L;