Codestyle 2

This commit is contained in:
Auxilor
2021-11-11 13:03:07 +00:00
parent 55d316cb9d
commit 1b66843992
2 changed files with 1 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ abstract class HandledCommand extends PluginDependent<EcoPlugin> implements Comm
* The actual code to be executed in the command.
*/
private CommandHandler handler = (sender, args) -> {
// Do nothing by default
};
/**

View File

@@ -49,7 +49,6 @@ public class ArmorChangeEvent extends PlayerEvent {
*
* @return A list of handlers handling this event.
*/
@Override
@NotNull
public HandlerList getHandlers() {