rename comments.

This commit is contained in:
Tastybento 2017-12-24 10:27:03 -08:00
parent 866ac2f776
commit f5464347c6

View File

@ -20,7 +20,7 @@ public interface BSBCommand {
/**
* What will be executed when this command is run
* @param user
* @param list
* @param args
* @return true or false - true if the command executed successfully
*/
public abstract boolean execute(User user, List<String> args);