src/share/classes/javax/naming/spi/NamingManager.java

Print this page

        

@@ -414,11 +414,11 @@
      * @param name      The name of the context being returned, relative to
      *                  <code>nameCtx</code>, or null if no name is being
      *                  specified.
      *                  See the <code>getObjectInstance</code> method for
      *                  details.
-     * @param ctx       The context relative to which <code>name</code> is
+     * @param nameCtx   The context relative to which <code>name</code> is
      *                  specified, or null for the default initial context.
      *                  See the <code>getObjectInstance</code> method for
      *                  details.
      * @param environment Environment specifying characteristics of the
      *                  resulting context.