--- old/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CDROutputObject.java 2015-04-30 16:31:47.991461904 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CDROutputObject.java 2015-04-30 16:31:47.911461904 +0400 @@ -166,7 +166,7 @@ * 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