src/share/classes/java/security/cert/CertPathValidatorException.java

Print this page

        

@@ -214,11 +214,11 @@
     }
 
     /**
      * Returns the reason that the validation failed. The reason is
      * associated with the index of the certificate returned by
-     * {@link getIndex}.
+     * {@link #getIndex}.
      *
      * @return the reason that the validation failed, or
      *    <code>BasicReason.UNSPECIFIED</code> if a reason has not been
      *    specified
      *