summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPUser.java
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPUser.java')
-rw-r--r--ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPUser.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPUser.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPUser.java
index e7435203..0b43b5d9 100644
--- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPUser.java
+++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPUser.java
@@ -33,7 +33,7 @@
*
* ============LICENSE_END============================================
*
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ *
*/
package org.onap.portalapp.portal.domain;
@@ -568,7 +568,7 @@ public class EPUser extends User {
/**
- * Attention! Not for use in ECOMP
+ * Attention! Not for use in ONAP
*/
public SortedSet<EPRole> getAppRoles(EPApp app) {
SortedSet<EPRole> roles = new TreeSet<EPRole>();
@@ -589,7 +589,7 @@ public class EPUser extends User {
/**
- * Attention! Not for use in ECOMP
+ * Attention! Not for use in ONAP
*/
public SortedSet<EPRole> getEPRoles() {
EPApp app = new EPApp();
@@ -599,7 +599,7 @@ public class EPUser extends User {
}
/**
- * Attention! Not for use in ECOMP
+ * Attention! Not for use in ONAP
*/
public void setEPRoles(SortedSet<EPRole> roles) {
EPApp app = new EPApp();
@@ -609,7 +609,7 @@ public class EPUser extends User {
}
/**
- * Attention! Not for use in ECOMP
+ * Attention! Not for use in ONAP
*/
public void removeEPRole(Long roleId) {
SortedSet<EPUserApp> apps = getEPUserApps();
@@ -624,7 +624,7 @@ public class EPUser extends User {
}
/**
- * Attention! Not for use in ECOMP
+ * Attention! Not for use in ONAP
*/
public void addEPRole(EPRole role) {
if (role != null) {