1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-24 19:06:53 +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