jdk/src/java.base/share/classes/sun/security/x509/AlgorithmId.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30033 b9c86c17164a
--- a/jdk/src/java.base/share/classes/sun/security/x509/AlgorithmId.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/sun/security/x509/AlgorithmId.java	Thu Oct 30 07:31:41 2014 -0700
@@ -39,7 +39,7 @@
  * algorithm type, and may also be used in other cases.  Equivalence is
  * defined according to OID and (where relevant) parameters.
  *
- * <P>Subclasses may be used, for example when when the algorithm ID has
+ * <P>Subclasses may be used, for example when the algorithm ID has
  * associated parameters which some code (e.g. code using public keys) needs
  * to have parsed.  Two examples of such algorithms are Diffie-Hellman key
  * exchange, and the Digital Signature Standard Algorithm (DSS/DSA).