X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=template-node%2Fprovider%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fccsdk%2Fsli%2Fplugins%2Ftemplate%2FTemplateNode.java;fp=template-node%2Fprovider%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fccsdk%2Fsli%2Fplugins%2Ftemplate%2FTemplateNode.java;h=a78b81e9eea20d8f79cab56378ff0104df26ec57;hb=aeedd804414c82e10d3e7fff2caafb7cec01e561;hp=14afe417b4591a50a866dc8148f19c9bb1bb1d17;hpb=5e295eff9aa1c5759394ba375d2317125f2ae5d9;p=ccsdk%2Fsli%2Fplugins.git diff --git a/template-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/template/TemplateNode.java b/template-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/template/TemplateNode.java index 14afe417..a78b81e9 100755 --- a/template-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/template/TemplateNode.java +++ b/template-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/template/TemplateNode.java @@ -42,7 +42,7 @@ public class TemplateNode implements SvcLogicJavaPlugin { public static final String TEMPLATE_PATH = "templatePath"; public static final String OUTPUT_PATH_KEY = "output"; public static final String PREFIX_KEY = "prefix"; - public final static String REQUIRED_PARAMETERS_ERROR_MESSAGE = "templateName & outputPath are required fields"; + public static final String REQUIRED_PARAMETERS_ERROR_MESSAGE = "templateName & outputPath are required fields"; protected static final String TEMPLATE_PROPERTIES_FILE_NAME = "template-node.properties"; protected static final String DEFAULT_PROPERTIES_DIR = "/opt/onap/ccsdk/data/properties"; protected static final String PROPERTIES_DIR_KEY = "SDNC_CONFIG_DIR";