oops wrong javadoc

This commit is contained in:
jglrxavpok 2020-07-31 22:38:03 +02:00
parent 4782d6e899
commit 5a8f58d9dd

View File

@ -65,7 +65,7 @@ public interface CommandSender {
/**
* Checks if the given permission is possessed by this command sender.
* Will call {@link Permission#isValidFor(Permission)} on all permissions that are an instance of permissionClass.
* Will call {@link Permission#isValidFor(CommandSender)} on all permissions that are an instance of permissionClass.
* If no matching permission is found, this result returns false.
*
* @param permissionClass