Merge changes Iede12655,I73fcc78e
[vid.git] / vid-app-common / src / main / java / org / onap / vid / controller / ViewLogController.java
index 92eba8b..5775b3c 100644 (file)
@@ -44,7 +44,8 @@ public class ViewLogController extends RestrictedBaseController{
        private static final EELFLoggerDelegate LOGGER = EELFLoggerDelegate.getLogger(ViewLogController.class);
        
        /** The Constant dateFormat. */
-       static final DateFormat dateFormat = new SimpleDateFormat("HH:mm:ss:SSSS");
+    public final DateFormat dateFormat = new SimpleDateFormat("HH:mm:ss:SSSS");
+        
        
        /** The servlet context. */
        private @Autowired ServletContext servletContext;