jdk/src/share/classes/java/security/cert/CertificateFactory.java
changeset 2589 af4853bc7e87
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/security/cert/CertificateFactory.java	Fri Apr 10 11:21:31 2009 +0800
+++ b/jdk/src/share/classes/java/security/cert/CertificateFactory.java	Sun Apr 12 20:21:43 2009 -0700
@@ -460,7 +460,7 @@
      * {@link java.io.InputStream#reset() reset}, this method will
      * consume the entire input stream. Otherwise, each call to this
      * method consumes one CRL and the read position of the input stream
-     * is positioned to the next available byte after the the inherent
+     * is positioned to the next available byte after the inherent
      * end-of-CRL marker. If the data in the
      * input stream does not contain an inherent end-of-CRL marker (other
      * than EOF) and there is trailing data after the CRL is parsed, a