aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-04-30 10:47:10 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-30 10:47:10 +0000
commitc718b88511539c3b85d3fcd3d7c84e3baa89b749 (patch)
treea560185e6cee87a04eef03f6a3f85692e70752af
parenta4cc3554804540b49d9b778f75b158d6c1ec5899 (diff)
parent95ce32ad8902538cdc0f9b4fc6336ac5f2d94eff (diff)
Merge "Fix code smell"
-rwxr-xr-xcps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java b/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java
index 83b47e8ce..3c8a04e82 100755
--- a/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java
+++ b/cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java
@@ -42,7 +42,6 @@ import org.springframework.web.bind.annotation.RestController;
public class NetworkCmProxyController implements NetworkCmProxyApi {
private static final Gson GSON = new GsonBuilder().create();
- private static final String XPATH_ROOT = "/";
@Autowired
private NetworkCmProxyDataService networkCmProxyDataService;