Replace ecomp references
[portal.git] / ecomp-portal-BE-os / src / main / java / org / onap / portalapp / portal / controller / PortalAdminController.java
index 45fb2f4..bdb017e 100644 (file)
@@ -33,7 +33,7 @@
  *
  * ============LICENSE_END============================================
  *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 package org.onap.portalapp.portal.controller;
 
@@ -96,7 +96,7 @@ public class PortalAdminController extends EPRestrictedBaseController {
 
        /**
         * RESTful service method to create a new portal admin. Requirement: you
-        * must be the Ecomp portal super admin user.
+        * must be the Onap portal super admin user.
         */
 
        @RequestMapping(value = { "/portalApi/portalAdmin" }, method = RequestMethod.POST)