Add explict this checkstyle rule and fix violations
This commit is contained in:
parent
a6eb44376c
commit
d5259dfbe4
62 changed files with 195 additions and 192 deletions
|
|
@ -54,7 +54,7 @@ final class CloudListenerAdapter<C> extends ListenerAdapter {
|
|||
return;
|
||||
}
|
||||
final C sender = this.manager.getUserMapper().apply(event.getUser());
|
||||
manager.executeCommand(sender, message.substring(this.manager.getCommandPrefix().length()))
|
||||
this.manager.executeCommand(sender, message.substring(this.manager.getCommandPrefix().length()))
|
||||
.whenComplete((commandResult, throwable) -> {
|
||||
if (throwable == null) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue