Merge branch '2.7.x'

This commit is contained in:
Andy Wilkinson
2022-03-25 12:06:16 +00:00
3 changed files with 13 additions and 4 deletions

View File

@@ -27,8 +27,6 @@ import java.util.Enumeration;
import java.util.Iterator;
import java.util.List;
import org.jetbrains.annotations.NotNull;
import org.springframework.core.io.UrlResource;
import org.springframework.util.Assert;
@@ -54,7 +52,6 @@ public final class ImportCandidates implements Iterable<String> {
this.candidates = Collections.unmodifiableList(candidates);
}
@NotNull
@Override
public Iterator<String> iterator() {
return this.candidates.iterator();