src/share/classes/com/sun/corba/se/impl/io/OptionalDataException.java

Print this page
rev 597 : 8047722: @since tag cleanup in corba
Reviewed-by:

*** 40,50 **** * The eof flag in the exception is true to indicate that no more * primitive data is available. * The count field contains the number of bytes available to read. * * @author unascribed ! * @since JDK1.1 */ public class OptionalDataException extends java.io.IOException { /* * Create an <code>OptionalDataException</code> with a length. */ --- 40,50 ---- * The eof flag in the exception is true to indicate that no more * primitive data is available. * The count field contains the number of bytes available to read. * * @author unascribed ! * @since 1.1 */ public class OptionalDataException extends java.io.IOException { /* * Create an <code>OptionalDataException</code> with a length. */