Fix spotless errors (#11068)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
12dc0c37bb
commit
207dab57b9
|
@ -130,5 +130,4 @@ public class AirthingsWaveGen1Handler extends AbstractAirthingsHandler {
|
||||||
private int intFromBytes(int lowByte, int highByte) {
|
private int intFromBytes(int lowByte, int highByte) {
|
||||||
return (highByte & 0xFF) << 8 | (lowByte & 0xFF);
|
return (highByte & 0xFF) << 8 | (lowByte & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue