Polish, 处理部分警告

This commit is contained in:
yushijinhun
2018-02-18 16:23:12 +08:00
parent 8fd9395e23
commit b45907a9f6
11 changed files with 29 additions and 28 deletions

View File

@@ -47,6 +47,7 @@ public class OfflineAccount extends Account {
throw new IllegalArgumentException("Username cannot be blank");
}
@Override
public UUID getUUID() {
return UUIDTypeAdapter.fromString(uuid);
}