summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandan Ghosh <cghosh12@in.ibm.com>2018-08-23 18:35:59 +0530
committerChandan Ghosh <cghosh12@in.ibm.com>2018-08-23 18:43:35 +0530
commit7e7577ff8db87f3f95d27132993093ba88676cc4 (patch)
tree97274a2f11c2fd8b91247770cb6844ec614dd38c
parentf60c45ce60f918ff5f76f8d8361f4c321ba3a3df (diff)
Added sonar fix to EmsDriverApplication
Added sonar fix to EmsDriverApplication Issue-ID: VFC-1063 Change-Id: Id7d4c8b189fcf3dbf235f26e4a6efe2a623aa239 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
-rw-r--r--ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/EmsDriverApplication.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/EmsDriverApplication.java b/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/EmsDriverApplication.java
index cda7982..8d2d4c9 100644
--- a/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/EmsDriverApplication.java
+++ b/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/EmsDriverApplication.java
@@ -44,8 +44,8 @@ import java.util.List;
public class EmsDriverApplication extends Application<EmsDriverConfiguration> {
- protected static Logger log = LoggerFactory.getLogger(EmsDriverApplication.class);
- public static String LOGCONFIG_PROPERTIES_LOCATION = Constant.SYS_CFG + "log4j.properties";
+ protected static final Logger log = LoggerFactory.getLogger(EmsDriverApplication.class);
+ public static final String LOGCONFIG_PROPERTIES_LOCATION = Constant.SYS_CFG + "log4j.properties";
private ApplicationContext context = null;
public static void main(String[] args) throws Exception {