1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-12 18:57:36 +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
public int getAlarmSlotCount() {
return 5; // 4 regular and one snooze but not yet implemented
return 5; // 4 regular and one snooze
}
@Override