src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java

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

*** 40,50 **** * from the stream. It extends org.omg.CORBA.portable.InputStream. This * class defines new methods that were added for CORBA 2.3. * * @see org.omg.CORBA.portable.InputStream * @author OMG ! * @since JDK1.2 */ public abstract class InputStream extends org.omg.CORBA.portable.InputStream { --- 40,50 ---- * from the stream. It extends org.omg.CORBA.portable.InputStream. This * class defines new methods that were added for CORBA 2.3. * * @see org.omg.CORBA.portable.InputStream * @author OMG ! * @since 1.2 */ public abstract class InputStream extends org.omg.CORBA.portable.InputStream {