--- old/src/share/classes/java/security/cert/CertificateExpiredException.java 2013-06-21 18:29:56.557762733 -0700 +++ new/src/share/classes/java/security/cert/CertificateExpiredException.java 2013-06-21 18:29:56.401762737 -0700 @@ -27,8 +27,8 @@ /** * Certificate Expired Exception. This is thrown whenever the current - * Date or the specified Date is after the - * notAfter date/time specified in the validity period + * {@code Date} or the specified {@code Date} is after the + * {@code notAfter} date/time specified in the validity period * of the certificate. * * @author Hemma Prafullchandra