Fix javadoc

This commit is contained in:
themode 2021-02-08 04:10:43 +01:00
parent 004b4563c2
commit 04c792c302
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.tuple.Pair;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.jglrxavpok.hephaistos.nbt.NBTCompound;
import java.io.BufferedReader;
import java.io.IOException;

View File

@ -12,7 +12,7 @@ import java.util.Set;
* Sender used in {@link CommandManager#executeServerCommand(String)}.
* <p>
* Be aware that {@link #sendMessage(String)} is empty on purpose because the purpose
* of this sender is to process the data of {@link Arguments#getCommandReturn()}.
* of this sender is to process the data of {@link Arguments#getReturnData()}.
*/
public class ServerSender implements CommandSender {