--- old/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CDROutputObject.java 2015-04-30 20:13:10.119450990 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CDROutputObject.java 2015-04-30 20:13:10.039450990 +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