Removing Named Query.
[policy/models.git] / models-interactions / model-impl / appclcm / src / main / java / org / onap / policy / appclcm / AppcLcmCommonHeader.java
index 33a3c1f..363ea35 100644 (file)
@@ -71,6 +71,7 @@ public class AppcLcmCommonHeader implements Serializable {
         this.originatorId = commonHeader.originatorId;
         this.requestId = commonHeader.requestId;
         this.subRequestId = commonHeader.subRequestId;
+        this.timeStamp = commonHeader.timeStamp;
         if (commonHeader.flags != null) {
             this.flags.putAll(commonHeader.flags);
         }