Skip to content

Commit

Permalink
Fix: Make permissionLevel method static (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris authored Oct 18, 2024
1 parent 8524ac2 commit 5156d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private ModdedPredicatePermissions() {
* @param permissionLevel permission level to require
* @return a permission predicate that will provide {@link PermissionLevelResult}s
*/
public <C> @NonNull PredicatePermission<C> permissionLevel(
public static <C> @NonNull PredicatePermission<C> permissionLevel(
final SenderMapperHolder<? extends SharedSuggestionProvider, C> mapperHolder,
final int permissionLevel
) {
Expand Down

0 comments on commit 5156d0e

Please sign in to comment.