mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 09:19:51 +08:00
refactor: we don't need explicit types here
This commit is contained in:
@@ -25,7 +25,7 @@ public final class SendMailCommand implements CommandHandler {
|
||||
|
||||
// Key = User that is constructing the mail.
|
||||
private static final HashMap<Integer, MailBuilder> mailBeingConstructed =
|
||||
new HashMap<Integer, MailBuilder>();
|
||||
new HashMap<>();
|
||||
|
||||
// Yes this is awful and I hate it.
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user