--- old/src/share/classes/java/security/cert/PKIXReason.java 2013-06-21 17:28:35.233838280 -0700 +++ new/src/share/classes/java/security/cert/PKIXReason.java 2013-06-21 17:28:35.077838283 -0700 @@ -26,10 +26,10 @@ package java.security.cert; /** - * The PKIXReason enumerates the potential PKIX-specific reasons + * The {@code PKIXReason} enumerates the potential PKIX-specific reasons * that an X.509 certification path may be invalid according to the PKIX * (RFC 3280) standard. These reasons are in addition to those of the - * CertPathValidatorException.BasicReason enumeration. + * {@code CertPathValidatorException.BasicReason} enumeration. * * @since 1.7 */