1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 12:31:26 +02:00

fix javadoc

This commit is contained in:
Necrodoom
2013-06-14 10:34:55 +03:00
parent c902155d6e
commit 981d620349

View File

@@ -2072,7 +2072,7 @@ public class GroupManager extends JavaPlugin {
}
/**
* Checks if a permission exists and of a lower priority.
* Checks if a permission exists and of a lower or same priority.
*/
private boolean checkPermissionExists(CommandSender sender, String newPerm, PermissionCheckResult oldPerm, String type) {