Fix all blocker sonar issues and some checkstyle
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / util / delta / DeltaEvents.java
index f240f4e..138652a 100644 (file)
@@ -130,7 +130,7 @@ public class DeltaEvents {
      */
     private String getTimeStamp(long timestamp) {
         //SimpleDateFormat is not thread safe new instance needed
-        DateFormat df = new SimpleDateFormat("YYYYMMdd-HH:mm:ss:SSS");
+        DateFormat df = new SimpleDateFormat("yyyyMMdd-HH:mm:ss:SSS");
         return df.format(new Date(timestamp));
     }
 }