Suppress expected unnecessary cast warning

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@721747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2008-11-30 00:12:55 +00:00
parent 89df3c059b
commit 07dad4db9c
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ public class SSLSocketFactory implements LayeredSocketFactory {
// non-javadoc, see interface org.apache.http.conn.SocketFactory
@SuppressWarnings("cast")
public Socket createSocket()
throws IOException {