override hashCode for sonar
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / sfc-driver / src / main / java / org / onap / sfc / entity / Result.java
index 2f7f020..9c8ec0d 100644 (file)
@@ -33,4 +33,8 @@ public class Result {
         return false;
     }
 
+    public int hashCode() {
+        return super.hashCode();
+    }
+
 }