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:
parent
89df3c059b
commit
07dad4db9c
|
@ -269,6 +269,7 @@ public class SSLSocketFactory implements LayeredSocketFactory {
|
||||||
|
|
||||||
|
|
||||||
// non-javadoc, see interface org.apache.http.conn.SocketFactory
|
// non-javadoc, see interface org.apache.http.conn.SocketFactory
|
||||||
|
@SuppressWarnings("cast")
|
||||||
public Socket createSocket()
|
public Socket createSocket()
|
||||||
throws IOException {
|
throws IOException {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue