Fix the JailHandler containing incorrect JavaDoc.

This commit is contained in:
graywolf336 2014-03-12 22:44:01 -05:00
parent 11d6995cc3
commit 816fe1d5b7

View File

@ -60,7 +60,6 @@ public class JailHandler {
* *
* @param jailmanager The instance of {@link JailManager}. * @param jailmanager The instance of {@link JailManager}.
* @param sender The sender of the command. * @param sender The sender of the command.
* @param command The name of the command.
* @param args The arguments passed to the command. * @param args The arguments passed to the command.
*/ */
public boolean parseCommand(JailManager jailmanager, CommandSender sender, String[] args) { public boolean parseCommand(JailManager jailmanager, CommandSender sender, String[] args) {