Javadoc: fix spelling.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1558036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af2b0d92b5
commit
061640e557
|
@ -481,7 +481,7 @@ public class SSLSocketFactory implements LayeredConnectionSocketFactory, SchemeL
|
|||
* Performs any custom initialization for a newly created SSLSocket
|
||||
* (before the SSL handshake happens).
|
||||
*
|
||||
* The default implementation is a no-op, but could be overriden to, e.g.,
|
||||
* The default implementation is a no-op, but could be overridden to, e.g.,
|
||||
* call {@link SSLSocket#setEnabledCipherSuites(java.lang.String[])}.
|
||||
*
|
||||
* @since 4.2
|
||||
|
|
|
@ -212,7 +212,7 @@ public class SSLConnectionSocketFactory implements LayeredConnectionSocketFactor
|
|||
* Performs any custom initialization for a newly created SSLSocket
|
||||
* (before the SSL handshake happens).
|
||||
*
|
||||
* The default implementation is a no-op, but could be overriden to, e.g.,
|
||||
* The default implementation is a no-op, but could be overridden to, e.g.,
|
||||
* call {@link javax.net.ssl.SSLSocket#setEnabledCipherSuites(String[])}.
|
||||
*/
|
||||
protected void prepareSocket(final SSLSocket socket) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue