src/share/classes/java/io/OptionalDataException.java

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

*** 41,51 **** * OptionalDataException's eof field is set to true, and the length field * is set to 0. * </ul> * * @author unascribed ! * @since JDK1.1 */ public class OptionalDataException extends ObjectStreamException { private static final long serialVersionUID = -8011121865681257820L; --- 41,51 ---- * OptionalDataException's eof field is set to true, and the length field * is set to 0. * </ul> * * @author unascribed ! * @since 1.1 */ public class OptionalDataException extends ObjectStreamException { private static final long serialVersionUID = -8011121865681257820L;