--- old/src/java.naming/share/classes/javax/naming/spi/NamingManager.java 2018-04-20 00:47:29.000000000 +0100 +++ new/src/java.naming/share/classes/javax/naming/spi/NamingManager.java 2018-04-20 00:47:28.000000000 +0100 @@ -412,7 +412,7 @@ /** * Retrieves a context identified by {@code obj}, using the specified * environment. - * Used by ContinuationContext. + * Used by ContinuationScope. * * @param obj The object identifying the context. * @param name The name of the context being returned, relative to @@ -454,7 +454,7 @@ : null; } - // Used by ContinuationContext + // Used by ContinuationScope static Resolver getResolver(Object obj, Name name, Context nameCtx, Hashtable environment) throws NamingException { Object answer;