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%2FEPRole.java;h=f9ff97d1fa27a2260f0213da279f31a279fac66d;hb=24608a9e1450c409dc3870440d29e91cc3a26bb9;hp=601c76336b6855b9041ce6d7fb9bee149f73b1e7;hpb=bdbb16ae428a064129dc9c50b9936d618edc87d3;p=portal.git diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPRole.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPRole.java index 601c7633..f9ff97d1 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPRole.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/domain/EPRole.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; @@ -52,9 +52,9 @@ public class EPRole extends DomainVo { private boolean active; private Integer priority; - // ECOMP will identify the specific remote application role id by appID;appRoleId among all the application roles it persists. - private Long appId; // used by ECOMP only - private Long appRoleId; // used by ECOMP only + // ONAP will identify the specific remote application role id by appID;appRoleId among all the application roles it persists. + private Long appId; // used by ONAP only + private Long appRoleId; // used by ONAP only private SortedSet roleFunctions = new TreeSet();