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

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

@@ -66,11 +66,11 @@
 
 /**
  * IIOPOutputStream is ...
  *
  * @author  Stephen Lewallen
- * @since   JDK1.1.6
+ * @since   1.1.6
  */
 
 public class IIOPOutputStream
     extends com.sun.corba.se.impl.io.OutputStreamHook
 {

@@ -141,11 +141,11 @@
     }
 
     /**
      * Override the actions of the final method "writeObject()"
      * in ObjectOutputStream.
-     * @since     JDK1.1.6
+     * @since     1.1.6
      */
     public final void writeObjectOverride(Object obj)
         throws IOException
     {
         writeObjectState.writeData(this);

@@ -154,11 +154,11 @@
     }
 
     /**
      * Override the actions of the final method "writeObject()"
      * in ObjectOutputStream.
-     * @since     JDK1.1.6
+     * @since     1.1.6
      */
     public final void simpleWriteObject(Object obj, byte formatVersion)
     /* throws IOException */
     {
         byte oldStreamFormatVersion = streamFormatVersion;

@@ -201,11 +201,11 @@
     }
 
     /**
      * Override the actions of the final method "defaultWriteObject()"
      * in ObjectOutputStream.
-     * @since     JDK1.1.6
+     * @since     1.1.6
      */
     public final void defaultWriteObjectDelegate()
     /* throws IOException */
     {
         try {

@@ -225,11 +225,11 @@
     }
 
     /**
      * Override the actions of the final method "enableReplaceObject()"
      * in ObjectOutputStream.
-     * @since     JDK1.1.6
+     * @since     1.1.6
      */
     public final boolean enableReplaceObjectDelegate(boolean enable)
     /* throws SecurityException */
     {
         return false;

@@ -271,11 +271,11 @@
      * ObjectOutputStream.  The current point in the stream is marked
      * as reset so the corresponding ObjectInputStream will be reset
      * at the same point.  Objects previously written to the stream
      * will not be refered to as already being in the stream.  They
      * will be written to the stream again.
-     * @since     JDK1.1
+     * @since     1.1
      */
     public final void reset() throws IOException{
         try{
             //orbStream.reset();