diff options
author | Liam Fallon <liam.fallon@est.tech> | 2019-02-15 19:37:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-15 19:37:49 +0000 |
commit | 6986bd46fc69e4fb8e4bfb384620c51f73b625be (patch) | |
tree | 312918b3ef361fce605d2bc50ab199048dc2cb35 /policy-endpoints | |
parent | 5ecf9b32e62e5bd7123b35a10523c25a0892356b (diff) | |
parent | 340304a79ebff1ce1e45b404bb34f1224e318850 (diff) |
Merge "Remove erroneous comments"
Diffstat (limited to 'policy-endpoints')
2 files changed, 0 insertions, 8 deletions
diff --git a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/internal/JerseyClient.java b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/internal/JerseyClient.java index 01f9fbe3..ca0611cb 100644 --- a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/internal/JerseyClient.java +++ b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/internal/JerseyClient.java @@ -47,10 +47,6 @@ import org.slf4j.LoggerFactory; /** * Http Client implementation using a Jersey Client. - * - * <p>Note: the serialization provider will be ignored if the maven artifact, - * <i>jersey-media-json-jackson</i>, is included, regardless of whether it's included - * directly or indirectly. */ public class JerseyClient implements HttpClient { diff --git a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/internal/JettyJerseyServer.java b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/internal/JettyJerseyServer.java index 22fc9ac3..b7bafe0d 100644 --- a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/internal/JettyJerseyServer.java +++ b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/internal/JettyJerseyServer.java @@ -36,10 +36,6 @@ import org.slf4j.LoggerFactory; * {@link #addServletClass(String, String)} is used or * {@link #addServletPackage(String, String)} is used. Thus it's possible to have both the * server's class provider property and the server's package provider property populated. - * - * <p>Also note: the serialization provider will be ignored if the maven artifact, - * <i>jersey-media-json-jackson</i>, is included, regardless of whether it's included - * directly or indirectly. */ public class JettyJerseyServer extends JettyServletServer { |