mirror of https://github.com/MISP/misp-bump
fix empty method warning
parent
41ab6c18ce
commit
821bb08c19
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue