Remove redundant static declaration on Search class
Closes gh-31381
This commit is contained in:
parent
d1cf71cc70
commit
eafbcfd385
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue