Fix code smell
[cps.git] / cps-ncmp-rest / src / main / java / org / onap / cps / ncmp / rest / controller / NetworkCmProxyController.java
index 83b47e8..3c8a04e 100755 (executable)
@@ -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;