fix empty method warning

pull/4/head
Felix Prahl-Kamps 2019-08-23 14:13:26 +02:00
parent 41ab6c18ce
commit 821bb08c19
1 changed files with 2 additions and 0 deletions

View File

@ -92,11 +92,13 @@ public class MispRestClient {
@SuppressLint("TrustAllX509TrustManager")
@Override
public void checkClientTrusted(java.security.cert.X509Certificate[] chain, String authType) {
// nothing to do
}
@SuppressLint("TrustAllX509TrustManager")
@Override
public void checkServerTrusted(java.security.cert.X509Certificate[] chain, String authType) {
// nothing to do
}
@Override