Skip to content

Commit

Permalink
Remove final on isSingle PropertyExpression (#5455)
Browse files Browse the repository at this point in the history
Remove final on isSingle
  • Loading branch information
TheLimeGlass authored Mar 30, 2023
1 parent 1fd5265 commit 80dc56a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ protected T[] get(final F[] source, final ch.njol.skript.classes.Converter<? sup
}

@Override
public final boolean isSingle() {
public boolean isSingle() {
return expr.isSingle();
}

Expand Down

0 comments on commit 80dc56a

Please sign in to comment.