Replace hashCode and equals methods to cleanup NPE warning 61/106561/4
authorNeil Derraugh <neil.derraugh@yoppworks.com>
Thu, 23 Apr 2020 21:03:33 +0000 (17:03 -0400)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Tue, 5 May 2020 08:16:36 +0000 (08:16 +0000)
commit45d6bf5520f9c70e57e473b109870b8ad0eb7251
tree5ea2a47fa45baeb114aa05c08e35e5f308667c17
parent722eed1c46361a2d8136f1fac528a96749f5dbbd
Replace hashCode and equals methods to cleanup NPE warning

Replace hashCode() and equals() with Lombok
@EqualsAndHashCode(callSuper = true)

Issue-ID: SDC-2925
Signed-off-by: neil.derraugh <neil.derraugh@yoppworks.com>
Change-Id: I51056103dc7df953508b2e465a535b46c63e2667
common-be/src/main/java/org/openecomp/sdc/be/datatypes/components/ResourceMetadataDataDefinition.java