--- old/src/java.base/share/classes/com/sun/net/ssl/SSLContextSpi.java 2015-06-05 21:04:12.367466093 +0400 +++ new/src/java.base/share/classes/com/sun/net/ssl/SSLContextSpi.java 2015-06-05 21:04:12.207466093 +0400 @@ -49,9 +49,9 @@ /** * Initializes this context. * - * @param km the sources of authentication keys - * @param tm the sources of peer authentication trust decisions - * @param random the source of randomness for this generator + * @param ah the sources of authentication keys + * @param th the sources of peer authentication trust decisions + * @param sr the source of randomness for this generator */ protected abstract void engineInit(KeyManager[] ah, TrustManager[] th, SecureRandom sr) throws KeyManagementException;