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

Print this page

        

@@ -40,11 +40,11 @@
   * @since 1.3
   */
 
 public class MalformedLinkException extends LinkException {
     /**
-      * Constructs a new instance of MalformedLinkException with an explanation
+      * Constructs a new instance of MalformedLinkException with an explanation.
       * All the other fields are initialized to null.
       * @param  explanation     A possibly null string containing additional
       *                         detail about this exception.
       */
     public MalformedLinkException(String explanation) {