提交 353ace4c 编写于 作者: X xuelei

7158688: Typo in SSLContext Spec

Reviewed-by: weijun, wetmore
上级 0d711a89
...@@ -145,7 +145,7 @@ public class SSLContext { ...@@ -145,7 +145,7 @@ public class SSLContext {
* @return the new <code>SSLContext</code> object. * @return the new <code>SSLContext</code> object.
* *
* @exception NoSuchAlgorithmException if no Provider supports a * @exception NoSuchAlgorithmException if no Provider supports a
* TrustManagerFactorySpi implementation for the * SSLContextSpi implementation for the
* specified protocol. * specified protocol.
* @exception NullPointerException if protocol is null. * @exception NullPointerException if protocol is null.
* *
...@@ -222,11 +222,11 @@ public class SSLContext { ...@@ -222,11 +222,11 @@ public class SSLContext {
* *
* @return the new <code>SSLContext</code> object. * @return the new <code>SSLContext</code> object.
* *
* @throws NoSuchAlgorithmException if a KeyManagerFactorySpi * @throws NoSuchAlgorithmException if a SSLContextSpi
* implementation for the specified protocol is not available * implementation for the specified protocol is not available
* from the specified Provider object. * from the specified Provider object.
* *
* @throws IllegalArgumentException if the provider name is null. * @throws IllegalArgumentException if the provider is null.
* @throws NullPointerException if protocol is null. * @throws NullPointerException if protocol is null.
* *
* @see java.security.Provider * @see java.security.Provider
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册