1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-02-17 21:06:48 +01:00

Fix misleading comment

This commit is contained in:
Andreas Böhler 2019-01-28 20:31:03 +01:00
parent 9774dbfba9
commit fd68cf455f

View File

@ -118,7 +118,7 @@ public class CasioGB6900DeviceCoordinator extends AbstractDeviceCoordinator {
@Override @Override
public int getAlarmSlotCount() { public int getAlarmSlotCount() {
return 5; // 4 regular and one snooze but not yet implemented return 5; // 4 regular and one snooze
} }
@Override @Override