jdk/src/java.base/share/classes/java/security/KeyPairGenerator.java
changeset 40789 43b42538af90
parent 37348 9ccec3170d5e
child 41826 b35ee9b35b09
--- a/jdk/src/java.base/share/classes/java/security/KeyPairGenerator.java	Tue Sep 06 16:08:54 2016 -0700
+++ b/jdk/src/java.base/share/classes/java/security/KeyPairGenerator.java	Wed Sep 07 10:14:48 2016 +0300
@@ -76,7 +76,7 @@
  * {@code g} parameters. If the modulus size is not one of the above
  * values, the <i>Sun</i> provider creates a new set of parameters. Other
  * providers might have precomputed parameter sets for more than just the
- * three modulus sizes mentioned above. Still others might not have a list of
+ * modulus sizes mentioned above. Still others might not have a list of
  * precomputed parameters at all and instead always create new parameter sets.
  *
  * <li><b>Algorithm-Specific Initialization</b>
@@ -393,7 +393,7 @@
      * of randomness.
      * (If none of the installed providers supply an implementation of
      * {@code SecureRandom}, a system-provided source of randomness is
-     * used.).
+     * used.)
      *
      * <p>This concrete method has been added to this previously-defined
      * abstract class.