From 1e1fe86fb30e1d65264d288af50c9389779ddb69 Mon Sep 17 00:00:00 2001 From: Rupinder Date: Thu, 9 Apr 2020 15:39:09 +0530 Subject: lowered code smells Removed some unused imports Issue-ID: PORTAL-865 Change-Id: I2bc24d3a525429385b6c3999a5b164cc72b85865 Signed-off-by: Rupinder --- .../main/java/org/onap/portalsdk/core/restful/domain/EcompRole.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'ecomp-sdk/epsdk-fw/src/main/java/org/onap') diff --git a/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/restful/domain/EcompRole.java b/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/restful/domain/EcompRole.java index 0f2b5238..4916c477 100644 --- a/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/restful/domain/EcompRole.java +++ b/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/restful/domain/EcompRole.java @@ -39,9 +39,6 @@ package org.onap.portalsdk.core.restful.domain; import java.util.Set; -import com.fasterxml.jackson.annotation.JsonIgnoreProperties; -import com.fasterxml.jackson.annotation.JsonInclude; - /** * This bean holds the information for a role in the role and user management * REST API. -- cgit 1.2.3-korg