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

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

@@ -33,11 +33,11 @@
  * from CDR marshal streams. These methods are used by the ORB to
  * unmarshal IDL types as well as to extract IDL types out of Anys.
  * The <code>_array</code> versions of the methods can be directly
  * used to read sequences and arrays of IDL types.
  *
- * @since   JDK1.2
+ * @since   1.2
  */
 
 public abstract class InputStream extends java.io.InputStream
 {
     /**