changeset 28059 | e576535359cc |
parent 25859 | 3317bb8137f4 |
child 32649 | 2ee9017c7597 |
--- a/jdk/src/java.base/share/classes/sun/security/ssl/EphemeralKeyManager.java Fri Dec 12 15:07:00 2014 -0500 +++ b/jdk/src/java.base/share/classes/sun/security/ssl/EphemeralKeyManager.java Thu Oct 30 07:31:41 2014 -0700 @@ -41,7 +41,7 @@ /* * Current cached RSA KeyPairs. Elements are never null. - * Indexed via the the constants above. + * Indexed via the constants above. */ private final EphemeralKeyPair[] keys = new EphemeralKeyPair[] { new EphemeralKeyPair(null),