--- old/src/share/classes/java/security/cert/CertificateNotYetValidException.java 2013-06-21 17:28:30.745838372 -0700 +++ new/src/share/classes/java/security/cert/CertificateNotYetValidException.java 2013-06-21 17:28:30.585838376 -0700 @@ -27,8 +27,8 @@ /** * Certificate is not yet valid exception. This is thrown whenever - * the current Date or the specified Date - * is before the notBefore date/time in the Certificate + * the current {@code Date} or the specified {@code Date} + * is before the {@code notBefore} date/time in the Certificate * validity period. * * @author Hemma Prafullchandra