< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CDROutputObject.java

Print this page

        

@@ -164,11 +164,11 @@
 
     /**
      * Write the contents of the CDROutputStream to the specified
      * output stream.  Has the side-effect of pushing any current
      * Message onto the Message list.
-     * @param s The output stream to write to.
+     * @param connection The output stream to write to.
      */
     public void writeTo(CorbaConnection connection)
         throws java.io.IOException
     {
 
< prev index next >