Remove unused imports

See gh-26477
This commit is contained in:
weixsun 2021-05-16 16:00:51 +08:00 committed by Stephane Nicoll
parent a623dab0aa
commit aa8323f915
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test
import org.springframework.beans.factory.support.DefaultListableBeanFactory
import org.springframework.beans.factory.support.GenericBeanDefinition
import org.springframework.core.type.AnnotationMetadata
import org.springframework.core.type.classreading.SimpleMetadataReaderFactory
/**
* Tests for `ConfigurationPropertiesBeanRegistrar`.