Bump spotless to 2.35 and Eclipse Java Formatter to 4.26 (#14645)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -354,7 +354,7 @@ public class DeviceThingHandler extends BaseThingHandler implements GroupAddress
|
||||
}
|
||||
frequency = ((BigDecimal) Objects.requireNonNullElse(
|
||||
channel.getConfiguration().get(KNXBindingConstants.REPEAT_FREQUENCY), BigDecimal.ZERO))
|
||||
.intValue();
|
||||
.intValue();
|
||||
} else {
|
||||
// disable dimming by binding
|
||||
frequency = 0;
|
||||
|
||||
Reference in New Issue
Block a user