--- old/src/share/classes/java/security/cert/X509CRLEntry.java 2013-06-21 17:28:37.257838239 -0700 +++ new/src/share/classes/java/security/cert/X509CRLEntry.java 2013-06-21 17:28:37.105838242 -0700 @@ -68,8 +68,8 @@ /** * Compares this CRL entry for equality with the given - * object. If the other object is an - * instanceof X509CRLEntry, then + * object. If the {@code other} object is an + * {@code instanceof} {@code X509CRLEntry}, then * its encoded form (the inner SEQUENCE) is retrieved and compared * with the encoded form of this CRL entry. * @@ -178,7 +178,7 @@ * in the Reason Code extension of this CRL entry. * * @return the reason the certificate has been revoked, or - * null if this CRL entry does not have + * {@code null} if this CRL entry does not have * a Reason Code extension * @since 1.7 */