Constants refactor 87/29187/2
authorJakub Dudycz <jakub.dudycz@nokia.com>
Thu, 25 Jan 2018 15:34:05 +0000 (16:34 +0100)
committerPatrick Brady <pb071s@att.com>
Thu, 25 Jan 2018 20:20:43 +0000 (20:20 +0000)
Change-Id: Ibf2ad417c8c09d88222627d21b4c40216b3b3454
Issue-ID: APPC-521
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/src/main/java/org/onap/appc/adapter/netconf/util/Constants.java

index 86d1750..05cc5d7 100644 (file)
@@ -26,9 +26,6 @@ package org.onap.appc.adapter.netconf.util;
 
 public class Constants {
 
-    private Constants() {
-    }
-
     public static final String CONFIGURE_PATH = "/restconf/config/opendaylight-inventory:nodes/node/";
     public static final String CONNECT_PATH = "/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/config:modules";
     public static final String CHECK_CONNECTION_PATH = "/restconf/operational/opendaylight-inventory:nodes/node/";
@@ -68,4 +65,6 @@ public class Constants {
     public static final String ATTRIBUTE_ERROR_MESSAGE = "error-message";
     public static final String DG_OUTPUT_STATUS_MESSAGE = "output.status.message";
 
+    private Constants() {
+    }
 }