Reformat and fix Checkstyle violations

This commit is contained in:
md678685 2020-10-03 18:46:05 +01:00 committed by MD
parent 234a481b0d
commit 9b3c8a9df2
392 changed files with 5889 additions and 5862 deletions

View file

@ -11,7 +11,6 @@ import java.util.List;
import static com.earth2me.essentials.I18n.tl;
public class Commandkill extends EssentialsLoopCommand {
public Commandkill() {
super("kill");
@ -43,7 +42,7 @@ public class Commandkill extends EssentialsLoopCommand {
}
@Override
protected List<String> getTabCompleteOptions(Server server, CommandSource sender, String commandLabel, String[] args) {
protected List<String> getTabCompleteOptions(final Server server, final CommandSource sender, final String commandLabel, final String[] args) {
if (args.length == 1) {
return getPlayers(server, sender);
} else {