Small documentation fix

This commit is contained in:
Artemis-the-gr8 2022-08-28 16:32:53 +02:00
parent d1cb3d37c9
commit 667d695c75

View File

@ -54,7 +54,6 @@ public final class RequestSettings {
* <br>- Target target = {@link Target#TOP}
* <br>- int topListSize = 10
* <br>- boolean playerFlag = false
* <br>- boolean isAPIRequest
*
* @param sender the CommandSender who prompted this RequestGenerator
*/
@ -112,7 +111,7 @@ public final class RequestSettings {
return playerFlag;
}
public void setTarget(Target target) {
public void setTarget(@NotNull Target target) {
this.target = target;
}