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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user