Merge "Adding a constant to remove duplicate string"
authorYan Yang <yangyanyj@chinamobile.com>
Mon, 3 Sep 2018 04:26:47 +0000 (04:26 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 3 Sep 2018 04:26:47 +0000 (04:26 +0000)
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/EmsDriverApplication.java

index cda7982..8d2d4c9 100644 (file)
@@ -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 {