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

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;