Suppress unused exception warning
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eaaa6fc3ed
commit
9b5b7e9eb9
|
@ -483,6 +483,7 @@ public class SSLSocketFactory implements LayeredConnectionSocketFactory, SchemeL
|
|||
*
|
||||
* The default implementation is a no-op, but could be overridden to, e.g.,
|
||||
* call {@link SSLSocket#setEnabledCipherSuites(java.lang.String[])}.
|
||||
* @throws IOException (only if overridden)
|
||||
*
|
||||
* @since 4.2
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue