src/share/classes/java/io/EOFException.java

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

*** 34,44 **** * end of stream rather than throwing an exception. * * @author Frank Yellin * @see java.io.DataInputStream * @see java.io.IOException ! * @since JDK1.0 */ public class EOFException extends IOException { private static final long serialVersionUID = 6433858223774886977L; --- 34,44 ---- * end of stream rather than throwing an exception. * * @author Frank Yellin * @see java.io.DataInputStream * @see java.io.IOException ! * @since 1.0 */ public class EOFException extends IOException { private static final long serialVersionUID = 6433858223774886977L;