Delete unused imports in spring-context-indexer
This commit is contained in:
parent
5202250179
commit
1af2fbfbbb
|
@ -22,8 +22,6 @@ import java.util.Set;
|
|||
import javax.lang.model.element.AnnotationMirror;
|
||||
import javax.lang.model.element.Element;
|
||||
import javax.lang.model.element.ElementKind;
|
||||
import javax.lang.model.type.DeclaredType;
|
||||
import javax.lang.model.type.TypeMirror;
|
||||
|
||||
/**
|
||||
* A {@link StereotypesProvider} implementation that extracts the stereotypes
|
||||
|
|
|
@ -57,7 +57,6 @@ import org.springframework.context.index.sample.type.SmartRepo;
|
|||
import org.springframework.context.index.sample.type.SpecializedRepo;
|
||||
import org.springframework.context.index.test.TestCompiler;
|
||||
import org.springframework.stereotype.Component;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import static org.hamcrest.Matchers.*;
|
||||
import static org.junit.Assert.*;
|
||||
|
|
Loading…
Reference in New Issue