Added class-level javadoc in AdminSwitchCommand

This commit is contained in:
Florian CUNY 2019-05-26 21:57:19 +02:00
parent e1c8bb9f1c
commit 443a7c30c1

View File

@ -1,20 +1,19 @@
package world.bentobox.bentobox.api.commands.admin;
import java.util.List;
import org.bukkit.entity.Player;
import org.bukkit.permissions.PermissionAttachment;
import org.bukkit.permissions.PermissionAttachmentInfo;
import world.bentobox.bentobox.api.commands.CompositeCommand;
import world.bentobox.bentobox.api.commands.ConfirmableCommand;
import world.bentobox.bentobox.api.user.User;
import java.util.List;
/**
* @since 1.5.0
* @author tastybento
*/
public class AdminSwitchCommand extends ConfirmableCommand {
private final String bypassPerm;
/**
* Switches bypass on and off
* @param parent - admin command