Merge 1806 code of vid-common
[vid.git] / vid-app-common / src / main / java / org / onap / vid / changeManagement / RequestDetails.java
index 36452f6..8e1a408 100644 (file)
@@ -53,4 +53,8 @@ public class RequestDetails extends org.onap.vid.mso.rest.RequestDetails{
                this.relatedInstList = relatedInstList;
        }
 
+       @Override
+       public boolean equals(Object other) {
+               return super.equals(other);
+       }
 }