[AAI-161 Amsterdam] Fix the timestamp for dmaap 07/7407/1
authorVenkata Harish K Kajur <vk250x@att.com>
Fri, 11 Aug 2017 20:34:33 +0000 (16:34 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Fri, 11 Aug 2017 20:34:37 +0000 (16:34 -0400)
Change-Id: I5b61c4818983e56fe042d6f1d37e6b4ac0418afc
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-resources/src/main/java/org/openecomp/aai/util/StoreNotificationEvent.java

index a73c4c8..161339c 100644 (file)
@@ -319,7 +319,7 @@ public class StoreNotificationEvent {
         * @return the string
         */
        public static String genDate() {
-               FormatDate fd = new FormatDate("YYMMdd-HH:mm:ss:SSS");
+               FormatDate fd = new FormatDate("YYYYMMdd-HH:mm:ss:SSS");
                return fd.getDateTime();
        }