--- old/src/java.corba/share/classes/com/sun/jndi/cosnaming/CNCtx.java 2015-05-26 15:29:14.656192564 +0400 +++ new/src/java.corba/share/classes/com/sun/jndi/cosnaming/CNCtx.java 2015-05-26 15:29:14.432192564 +0400 @@ -1040,7 +1040,7 @@ /** * Allow access to the name parser object. - * @param String JNDI name, is ignored since there is only one Name + * @param name JNDI name, is ignored since there is only one Name * Parser object. * @exception NamingException -- * @return NameParser object @@ -1051,7 +1051,7 @@ /** * Allow access to the name parser object. - * @param Name JNDI name, is ignored since there is only one Name + * @param name JNDI name, is ignored since there is only one Name * Parser object. * @exception NamingException -- * @return NameParser object @@ -1088,7 +1088,7 @@ * Record change but do not reinitialize ORB. * * @param propName The property name. - * @param propVal The ORB. + * @param propValue The ORB. * @return the previous value of this property if any. */ @SuppressWarnings("unchecked")