summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-fw
diff options
context:
space:
mode:
authorLorraine Welch <lb2391@att.com>2020-04-10 15:01:21 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-10 15:01:21 +0000
commit9eacc0be852e20b5acfc2674b661931d8134e451 (patch)
tree1c88b983144766572980e0567df46e483621edd7 /ecomp-sdk/epsdk-fw
parentb4564ee20618a04a0dfcde2ad314173267fcae4c (diff)
parent1e1fe86fb30e1d65264d288af50c9389779ddb69 (diff)
Merge "lowered code smells"
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.