Fixed name of list properties

This commit is contained in:
2019-10-28 06:18:16 +01:00
parent ab52fb5b3d
commit fef0cbd761
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(); }