Ignore unused method

This commit is contained in:
Tim Visée 2015-11-01 16:17:57 +01:00
parent 5a0ffab6c2
commit a4461dd564

View File

@ -87,6 +87,7 @@ public class CommandHandler {
*
* @return True if the command was executed, false otherwise.
*/
@SuppressWarnings("unused")
public boolean onCommand(CommandSender sender, @SuppressWarnings("UnusedParameters") org.bukkit.command.Command bukkitCommand, String bukkitCommandLabel, String[] bukkitArgs) {
// Process the arguments
List<String> args = processArguments(bukkitArgs);