X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-BE-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Fdomain%2FEPUser.java;fp=ecomp-portal-BE-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Fdomain%2FEPUser.java;h=0b43b5d9ef005ec3f8d257b62a9920225559d0cf;hb=24608a9e1450c409dc3870440d29e91cc3a26bb9;hp=e7435203e91a9de9495d7daec24aaf7f5cafadf7;hpb=bdbb16ae428a064129dc9c50b9936d618edc87d3;p=portal.git 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 getAppRoles(EPApp app) { SortedSet roles = new TreeSet(); @@ -589,7 +589,7 @@ public class EPUser extends User { /** - * Attention! Not for use in ECOMP + * Attention! Not for use in ONAP */ public SortedSet 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 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 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) {