Remove Map null annotation workarounds (#8916)
These workarounds to prevent false positives can be removed now the EEAs allow for proper null analysis. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -44,7 +44,7 @@ import org.osgi.service.component.annotations.Reference;
|
||||
*/
|
||||
@Component(service = ThingHandlerFactory.class, configurationPid = "binding.icloud")
|
||||
public class ICloudHandlerFactory extends BaseThingHandlerFactory {
|
||||
private final Map<ThingUID, @Nullable ServiceRegistration<?>> discoveryServiceRegistrations = new HashMap<>();
|
||||
private final Map<ThingUID, ServiceRegistration<?>> discoveryServiceRegistrations = new HashMap<>();
|
||||
private LocaleProvider localeProvider;
|
||||
private TranslationProvider i18nProvider;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user