override hashCode for sonar
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / sfc-driver / src / main / java / org / onap / sfc / entity / portpair / ServiceFunctionParameter.java
index f98c7d9..c1848d7 100644 (file)
@@ -31,4 +31,8 @@ public class ServiceFunctionParameter {
         }
         return false;
     }
         }
         return false;
     }
+
+    public int hashCode() {
+        return super.hashCode();
+    }
 }
 }