Codestyle 2
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -49,7 +49,6 @@ public class ArmorChangeEvent extends PlayerEvent {
|
||||
*
|
||||
* @return A list of handlers handling this event.
|
||||
*/
|
||||
|
||||
@Override
|
||||
@NotNull
|
||||
public HandlerList getHandlers() {
|
||||
|
||||
Reference in New Issue
Block a user