use get method to submit ticket

This commit is contained in:
Sola
2015-12-10 15:57:18 +08:00
parent 82ae5b047d
commit 2c121cf353
3 changed files with 5 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ public enum Command {
static {
for (Command type : values()) {
if (type.id > 0) {
if (type.id >= 0) {
ID_MAP.put(type.id, type);
}
}