Merge changes Iede12655,I73fcc78e
[vid.git] / vid-app-common / src / main / java / org / onap / vid / controller / ViewLogController.java
index 4956c5b..5775b3c 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * VID
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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;