Merge "Issue-ID: PORTAL-913 optimization in git clone using --depth"
[portal.git] / ecomp-portal-BE-os / src / main / java / org / onap / portalapp / portal / utils / EPSystemProperties.java
index f9b69e9..45b3a2c 100644 (file)
@@ -10,7 +10,7 @@
  * you may not use this software except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *             http://www.apache.org/licenses/LICENSE-2.0
+ *            http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  *
  * ============LICENSE_END============================================
  *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 package org.onap.portalapp.portal.utils;
 
-import org.onap.portalapp.portal.utils.EPCommonSystemProperties;
 import org.springframework.context.annotation.Configuration;
 import org.springframework.context.annotation.PropertySource;
 import org.springframework.context.annotation.PropertySources;
@@ -52,7 +51,7 @@ import org.springframework.context.annotation.PropertySources;
        })
 
 /**
- * Contains properties specific to the ONAP version of the ECOMP Portal.
+ * Contains properties specific to the ONAP version of the ONAP Portal.
  */
 public class EPSystemProperties extends EPCommonSystemProperties {
        public static final String CONTACT_US_URL = "contact_us_link";