Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 11, 2024
1 parent d0d4dc9 commit 0302228
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,6 @@ public void verifyAndRegister() {
*/
@SuppressWarnings("unchecked")
private void propagateRequirements(final @NonNull CommandNode<C> leafNode) {
// noinspection all
final Permission commandPermission = leafNode.component().owningCommand().commandPermission();
Class<?> senderType = leafNode.component().owningCommand().senderType().orElse(null);
if (senderType == null) {
Expand Down

0 comments on commit 0302228

Please sign in to comment.