Upgraded the latest ONAP SDK
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / PolicyVersion.java
index bc6ad99..dd51bee 100644 (file)
@@ -168,7 +168,7 @@ public class PolicyVersion implements Serializable {
                return modifiedDate;
        }
 
-       public void setModifiedDate(Timestamp modifiedDate) {
+       public void setModifiedDate(Date modifiedDate) {
                this.modifiedDate = modifiedDate;
        }