mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-12 07:58:56 +00:00
add missing @Override
This commit is contained in:
parent
b5d16f9e38
commit
b961b9ac28
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ class ApiCall {
|
|||
try {
|
||||
socketFactory = new SSLSocketFactory(new TrustStrategy() {
|
||||
|
||||
@Override
|
||||
public boolean isTrusted(X509Certificate[] chain, String authType) throws CertificateException {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue