diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2020-11-10 13:59:49 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2020-11-10 15:12:03 +0100 |
commit | cd53b0c4a9c6055c3766658f9f18c673b2539c14 (patch) | |
tree | 212d2a26e421ee9a582eedb48b3fce007a50bee2 /a1-policy-management/src/main/java | |
parent | cef5a0b50f07e4e658ff9d2e058d6aa6eb8cb780 (diff) |
Added documentation in the application-yaml
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: Ia28deef87353f00bd29b021679f5669a68495b66
Diffstat (limited to 'a1-policy-management/src/main/java')
-rw-r--r-- | a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java b/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java index b5590cc2..db3834a9 100644 --- a/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java +++ b/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java @@ -62,7 +62,7 @@ public class AsyncRestClientFactory { this.sslContextFactory = new CachingSslContextFactory(clientConfig); this.httpProxyConfig = clientConfig.httpProxyConfig(); } else { - logger.warn("HTTPS will not work"); + logger.warn("No configuration for web client defined, HTTPS will not work"); this.sslContextFactory = null; this.httpProxyConfig = null; } |