replace the type specification in the constructor
[appc.git] / appc-config / appc-data-services / provider / src / main / java / org / onap / appc / data / services / AppcDataServiceActivator.java
index 6ce580c..469ce6f 100644 (file)
@@ -24,7 +24,6 @@ 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;
@@ -37,7 +36,7 @@ import com.att.eelf.configuration.EELFManager;
 public class AppcDataServiceActivator implements BundleActivator {
 
        private static final EELFLogger log = EELFManager.getInstance().getLogger(AppcDataServiceActivator.class);
-       private List<ServiceRegistration> registrations = new LinkedList<ServiceRegistration>();
+       private List<ServiceRegistration> registrations = new LinkedList<>();
        
        @Override
        public void start(BundleContext ctx) throws Exception {