File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-core/src/main/java/org/springframework/core/annotation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2019 the original author or authors.
2
+ * Copyright 2002-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -211,7 +211,7 @@ public Iterator<MergedAnnotation<Annotation>> iterator() {
211
211
@ Override
212
212
public Spliterator <MergedAnnotation <Annotation >> spliterator () {
213
213
if (this .annotationFilter == AnnotationFilter .ALL ) {
214
- return Collections .< MergedAnnotation < Annotation >> emptyList (). spliterator ();
214
+ return Spliterators . emptySpliterator ();
215
215
}
216
216
return spliterator (null );
217
217
}
You can’t perform that action at this time.
0 commit comments