--- old/src/share/classes/java/security/cert/CertificateExpiredException.java 2013-06-21 17:28:29.513838398 -0700 +++ new/src/share/classes/java/security/cert/CertificateExpiredException.java 2013-06-21 17:28:29.353838401 -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