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

@@ -155,7 +155,7 @@ public class HPPrinterHandler extends BaseThingHandler {
}
@Override
protected void updateProperties(final Map<String, String> properties) {
protected void updateProperties(final @Nullable Map<String, String> properties) {
super.updateProperties(properties);
}