Fix some Checkstyle issues

- Remove unused imports
- Fix issues relating to line length / whitespace
- Update Checkstyle suppression in matcher classes with new check name
This commit is contained in:
ljacqu
2022-01-30 10:32:49 +01:00
parent 97dd9964f3
commit 571c6106a7
9 changed files with 15 additions and 12 deletions
@@ -43,7 +43,8 @@ public class AsyncAddEmail implements AsynchronousProcess {
@Inject
private BukkitService bukkitService;
AsyncAddEmail() { }
AsyncAddEmail() {
}
/**
* Handles the request to add the given email to the player's account.