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