Hi...Trying to extend ServiceTracker rather than use a ServiceTrackerCustomizer, but when I try new ServiceTracker(context, filter, null) I get a Cannot Find Symbol for constructor ServiceTracker(BundleContext, String, <nullable>).
The ServiceTracker javadoc talks about what happens if the customizer parameter is null, so I assume it can be null? Don --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

