Fix the JailHandler containing incorrect JavaDoc.
This commit is contained in:
parent
11d6995cc3
commit
816fe1d5b7
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user