summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-fw
diff options
context:
space:
mode:
authorRupinder <rupinsi1@in.ibm.com>2020-04-09 15:39:09 +0530
committerRupinder <rupinsi1@in.ibm.com>2020-04-09 15:39:17 +0530
commit1e1fe86fb30e1d65264d288af50c9389779ddb69 (patch)
tree11a4818f76c125d31a9a49f017f3c0043a0e3620 /ecomp-sdk/epsdk-fw
parent7936d677ef09a4101b0c1f9557b0e40eff31919f (diff)
lowered code smells
Removed some unused imports Issue-ID: PORTAL-865 Change-Id: I2bc24d3a525429385b6c3999a5b164cc72b85865 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
Diffstat (limited to 'ecomp-sdk/epsdk-fw')
-rw-r--r--ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/restful/domain/EcompRole.java3
1 files changed, 0 insertions, 3 deletions
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.