Merge changes Iede12655,I73fcc78e
authorIttay Stern <ittay.stern@att.com>
Wed, 7 Aug 2019 07:19:18 +0000 (07:19 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 7 Aug 2019 07:19:18 +0000 (07:19 +0000)
* changes:
  add endpoints for getVpnList and getActiveNetworkList
  use cache for retrieving all subscribers list

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;