diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-04-30 10:47:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-30 10:47:10 +0000 |
commit | c718b88511539c3b85d3fcd3d7c84e3baa89b749 (patch) | |
tree | a560185e6cee87a04eef03f6a3f85692e70752af | |
parent | a4cc3554804540b49d9b778f75b158d6c1ec5899 (diff) | |
parent | 95ce32ad8902538cdc0f9b4fc6336ac5f2d94eff (diff) |
Merge "Fix code smell"
-rwxr-xr-x | cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java | 1 |
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 83b47e8ce9..3c8a04e822 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; |