src/java.base/share/classes/sun/security/x509/PrivateKeyUsageExtension.java
changeset 47866 39db80b32b69
parent 47216 71c04702a3d5
--- a/src/java.base/share/classes/sun/security/x509/PrivateKeyUsageExtension.java	Mon Nov 20 14:27:20 2017 -0800
+++ b/src/java.base/share/classes/sun/security/x509/PrivateKeyUsageExtension.java	Mon Nov 20 18:46:52 2017 -0800
@@ -195,7 +195,7 @@
     }
 
     /**
-     * Verify that that the current time is within the validity period.
+     * Verify that the current time is within the validity period.
      *
      * @exception CertificateExpiredException if the certificate has expired.
      * @exception CertificateNotYetValidException if the certificate is not
@@ -208,7 +208,7 @@
     }
 
     /**
-     * Verify that that the passed time is within the validity period.
+     * Verify that the passed time is within the validity period.
      *
      * @exception CertificateExpiredException if the certificate has expired
      * with respect to the <code>Date</code> supplied.