Skip to content

Commit

Permalink
Remove redundant static declaration on Search class
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyWick authored Oct 11, 2023
1 parent d1cf71c commit eafbcfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ static Search search(SearchStrategy searchStrategy) {
*
* @since 6.0
*/
static final class Search {
final class Search {

static final Predicate<Class<?>> always = clazz -> true;

Expand Down

0 comments on commit eafbcfd

Please sign in to comment.