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

Print this page

        

@@ -65,11 +65,11 @@
         super(explanation);
     }
 
     /**
       * Constructs a new instance of AuthenticationNotSupportedException
-      * all name resolution fields and explanation initialized to null.
+      * with all name resolution fields and explanation initialized to null.
       */
     public AuthenticationNotSupportedException() {
         super();
     }