Lowered code smells
[appc.git] / appc-config / appc-data-services / provider / src / main / java / org / onap / appc / data / services / AppcDataServiceActivator.java
index 552c198..9b4bf5c 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP : APPC
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Copyright (C) 2017 Amdocs
  * =============================================================================
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  * ============LICENSE_END=========================================================
  */
 package org.onap.appc.data.services;
 
 import java.util.LinkedList;
 import java.util.List;
-import java.util.Properties;
 
 import org.onap.appc.data.services.node.ConfigResourceNode;
 import org.osgi.framework.BundleActivator;