[infrastructure] add external null-annotations (#8848)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
@@ -158,7 +158,7 @@ public class ThermostatHandler extends BaseThingHandler {
|
||||
updateState(BindingConstants.CHANNEL_OWD5_GROUPNAME, StringType.valueOf(thermostat.groupName));
|
||||
}
|
||||
|
||||
private String getRegulationMode(int regulationMode) {
|
||||
private @Nullable String getRegulationMode(int regulationMode) {
|
||||
return REGULATION_MODES.get(regulationMode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user