jdk/src/java.base/share/classes/sun/security/x509/GeneralName.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30369 26cd8124a0a4
--- a/jdk/src/java.base/share/classes/sun/security/x509/GeneralName.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/sun/security/x509/GeneralName.java	Thu Oct 30 07:31:41 2014 -0700
@@ -221,7 +221,7 @@
     /**
      * Encode the name to the specified DerOutputStream.
      *
-     * @param out the DerOutputStream to encode the the GeneralName to.
+     * @param out the DerOutputStream to encode the GeneralName to.
      * @exception IOException on encoding errors.
      */
     public void encode(DerOutputStream out) throws IOException {