--- old/src/java.naming/share/classes/com/sun/jndi/toolkit/ctx/Continuation.java 2015-05-18 17:53:48.176753403 +0400 +++ new/src/java.naming/share/classes/com/sun/jndi/toolkit/ctx/Continuation.java 2015-05-18 17:53:48.024753403 +0400 @@ -329,7 +329,7 @@ *

* After this method is called, isContinuing() returns true. * - * @param resObj The possibly null resolved object. + * @param obj The possibly null resolved object. * @param relResName The non-null resolved name relative to currCtx. * @param currCtx The non-null context from which relResName is to be resolved. */ @@ -349,7 +349,7 @@ *

* After this method is called, isContinuing() returns true. * - * @param resObj The possibly null resolved object. + * @param obj The possibly null resolved object. * @param relResName The non-null resolved name relative to currCtx. * @param currCtx The non-null context from which relResName is to be resolved. * @param remain The non-null remaining name. @@ -366,7 +366,7 @@ /** * String overload. * - * @param resObj The possibly null resolved object. + * @param obj The possibly null resolved object. * @param relResName The non-null resolved name relative to currCtx. * @param currCtx The non-null context from which relResName is to be resolved. * @param remain The non-null remaining name.