1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-10 09:26:19 +00:00

Minor change in order to enforce Travis to be launched

This commit is contained in:
jabarros 2014-10-30 14:08:08 +01:00
parent 2199a16064
commit 2289015b77

View File

@ -310,5 +310,4 @@ public class AdvancedSslSocketFactory implements SecureProtocolSocketFactory {
verifyPeerIdentity(host, port, sslSocket);
return sslSocket;
}
}