From 2719dcb29b871ec24d6f10028dce76e440691d20 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 22 Jul 2020 10:14:08 +0200 Subject: [PATCH] Delete unused imports --- .../org/springframework/context/index/test/TestCompiler.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-context-indexer/src/test/java/org/springframework/context/index/test/TestCompiler.java b/spring-context-indexer/src/test/java/org/springframework/context/index/test/TestCompiler.java index 7380b45556..ee0eca1386 100644 --- a/spring-context-indexer/src/test/java/org/springframework/context/index/test/TestCompiler.java +++ b/spring-context-indexer/src/test/java/org/springframework/context/index/test/TestCompiler.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2019 the original author or authors. + * Copyright 2002-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,8 +21,6 @@ import java.io.IOException; import java.nio.file.Path; import java.util.Arrays; import java.util.Collections; -import java.util.List; -import java.util.stream.Collectors; import javax.annotation.processing.Processor; import javax.tools.JavaCompiler;