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

Print this page

        

@@ -25,12 +25,12 @@
 
 package java.security.cert;
 
 /**
  * Certificate Expired Exception. This is thrown whenever the current
- * <code>Date</code> or the specified <code>Date</code> is after the
- * <code>notAfter</code> 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
  */
 public class CertificateExpiredException extends CertificateException {