Fixed name of list properties

This commit is contained in:
2019-10-28 06:18:16 +01:00
parent 81865e954c
commit 0251d120df
4 changed files with 43 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlEnum
public enum UserStatus {
ONLINE, DONOTDISTURB, AFK, OFFLINE;
Online, DoNotDisturb, AFK, Offline;
public String value() { return name(); }