X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=zte%2Fsfc-driver%2Fsfc-driver%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fsfc%2Fentity%2FResult.java;fp=zte%2Fsfc-driver%2Fsfc-driver%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fsfc%2Fentity%2FResult.java;h=9c8ec0db550dde2753bbd17e0f961da07d289c41;hb=51814384b801b5479582cc190065a44e9c866279;hp=2f7f020e2da3e274de9eefefb8858f8585fab750;hpb=77dddd871421b1de8d92dd76e2a1b237cb00b50f;p=vfc%2Fnfvo%2Fdriver%2Fsfc.git diff --git a/zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/Result.java b/zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/Result.java index 2f7f020..9c8ec0d 100644 --- a/zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/Result.java +++ b/zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/Result.java @@ -33,4 +33,8 @@ public class Result { return false; } + public int hashCode() { + return super.hashCode(); + } + }