Sonar fixes in "appc-netconf-adapter-bundle"
[appc.git] / appc-adapters / appc-netconf-adapter / appc-netconf-adapter-bundle / src / main / java / org / onap / appc / adapter / netconf / OperationalStateValidator.java
index ffa3862..db3a8ef 100644 (file)
@@ -28,8 +28,9 @@ import org.onap.appc.exceptions.APPCException;
 
 
 public interface OperationalStateValidator {
+    public static final String CONFIG_FILE_PROPERTY_SUFFIX = "-CONFIG_FILE";
     public VnfType getVnfType();
     public String getConfigurationFileName();
     public void validateResponse(String response) throws APPCException;
-    final public static String CONFIG_FILE_PROPERTY_SUFFIX = "-CONFIG_FILE";
+
 }