Merge from ECOMP's repository
[vid.git] / vid-app-common / src / main / java / org / onap / vid / changeManagement / RequestDetails.java
index 8e1a408..25951f2 100644 (file)
@@ -57,4 +57,9 @@ public class RequestDetails extends org.onap.vid.mso.rest.RequestDetails{
        public boolean equals(Object other) {
                return super.equals(other);
        }
+
+       @Override
+       public int hashCode() {
+               return super.hashCode();
+       }
 }