src/share/classes/java/security/cert/CertificateNotYetValidException.java

Print this page

        

@@ -25,12 +25,12 @@
 
 package java.security.cert;
 
 /**
  * Certificate is not yet valid exception. This is thrown whenever
- * the current <code>Date</code> or the specified <code>Date</code>
- * is before the <code>notBefore</code> 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
  */
 public class CertificateNotYetValidException extends CertificateException {