1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-26 18:45:49 +01:00

Merge pull request #123 from roidelapluie/typo

Fix a small typo in gadgetbridge.model.ServiceCommand
This commit is contained in:
Andreas Shimokawa 2015-09-13 14:49:09 +02:00
commit ca6c940aa6

View File

@ -2,7 +2,7 @@ package nodomain.freeyourgadget.gadgetbridge.model;
public enum ServiceCommand {
UNDEFINEND,
UNDEFINED,
CALL_ACCEPT,
CALL_END,