Remove unused import

See gh-22543
This commit is contained in:
Sam Brannen
2019-04-06 12:14:46 +02:00
parent 164ee2a4e1
commit 55b764bac3

View File

@@ -23,7 +23,6 @@ import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Set;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import org.springframework.context.EmbeddedValueResolverAware;
import org.springframework.core.annotation.AnnotatedElementUtils;