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 9b4bf5c..469ce6f 100644 (file)
@@ -36,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 {