add missing @Override

This commit is contained in:
Vincent Behar 2011-07-03 12:15:33 +02:00
parent b5d16f9e38
commit b961b9ac28

View file

@ -198,6 +198,7 @@ class ApiCall {
try {
socketFactory = new SSLSocketFactory(new TrustStrategy() {
@Override
public boolean isTrusted(X509Certificate[] chain, String authType) throws CertificateException {
return true;
}