Remove redundant static declaration on Search class

Closes gh-31381
This commit is contained in:
OnlyWick 2023-10-11 19:01:21 +08:00 committed by GitHub
parent d1cf71cc70
commit eafbcfd385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ public interface MergedAnnotations extends Iterable<MergedAnnotation<Annotation>
*
* @since 6.0
*/
static final class Search {
final class Search {
static final Predicate<Class<?>> always = clazz -> true;