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:
Sebastian Bazley 2014-02-24 18:23:25 +00:00
parent eaaa6fc3ed
commit 9b5b7e9eb9
1 changed files with 1 additions and 0 deletions

View File

@ -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
*/