Adjustments after changing null-annotations for updating properties (#12221)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2022-02-08 18:35:16 +01:00
committed by GitHub
parent a3448a57d3
commit 60f9f60faf
10 changed files with 16 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ public abstract class SurePetcareBaseObjectHandler extends BaseThingHandler {
}
@Override
public void updateProperties(Map<String, String> properties) {
public void updateProperties(@Nullable Map<String, String> properties) {
super.updateProperties(properties);
}