replace the type specification in the constructor
[appc.git] / appc-config / appc-config-audit / provider / src / main / java / org / onap / sdnc / config / audit / SliAuditActivator.java
index 78af7ab..cf77885 100644 (file)
@@ -36,7 +36,7 @@ import com.att.eelf.configuration.EELFManager;
 
 public class SliAuditActivator implements BundleActivator{
 
-    private List<ServiceRegistration> registrations = new LinkedList<ServiceRegistration>();
+    private List<ServiceRegistration> registrations = new LinkedList<>();
 
 
     private static final EELFLogger log = EELFManager.getInstance().getLogger(SliAuditActivator.class);