replace the type specification in the constructor
[appc.git] / appc-config / appc-config-params / provider / src / main / java / org / onap / sdnc / config / params / ParamsHandlerActivator.java
index c98ec3e..a5db5be 100644 (file)
@@ -40,7 +40,7 @@ public class ParamsHandlerActivator implements BundleActivator {
     
     private static final String STR_PROPERTY_DEFINITION_FAILED = "Failed while getting PropertyDefinitionNode";
 
-    private List<ServiceRegistration> registrations = new LinkedList<ServiceRegistration>();
+    private List<ServiceRegistration> registrations = new LinkedList<>();
 
 
     private static final EELFLogger log =