Enhance variable name-comply with regex 34/93334/2
authorsindhu3672 <arcot.sindhuri@huawei.com>
Mon, 12 Aug 2019 11:37:55 +0000 (17:07 +0530)
committerSindhu A <arcot.sindhuri@huawei.com>
Tue, 13 Aug 2019 04:30:54 +0000 (04:30 +0000)
Enhance variable name-comply with regex bpmn ConfigCheckerDelegate class

Issue-ID: SO-2187

Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I11c06607cdb160f59c77e7e5af004364d53bddf5

bpmn/so-bpmn-infrastructure-common/src/main/java/org/onap/so/bpmn/infrastructure/pnf/delegate/ConfigCheckerDelegate.java

index d67e6ef..a011346 100644 (file)
@@ -45,7 +45,7 @@ public class ConfigCheckerDelegate implements JavaDelegate {
     private Logger logger = LoggerFactory.getLogger(ConfigCheckerDelegate.class);
 
     // ERROR CODE for variable not found in the delegation Context
-    private static int ERROR_CODE = 601;
+    private static final int ERROR_CODE = 601;
 
     @Autowired
     protected ExceptionBuilder exceptionUtil;