src/share/classes/javax/naming/CannotProceedException.java

Print this page

        

@@ -62,11 +62,11 @@
 
 public class CannotProceedException extends NamingException {
     /**
      * Contains the remaining unresolved part of the second
      * "name" argument to Context.rename().
-     * This information necessary for
+     * This information is necessary for
      * continuing the Context.rename() operation.
      * <p>
      * This field is initialized to null.
      * It should not be manipulated directly:  it should
      * be accessed and updated using getRemainingName() and setRemainingName().