Remove unused imports

See gh-26477
pull/26480/head
weixsun 4 years ago committed by Stephane Nicoll
parent a623dab0aa
commit aa8323f915

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

Loading…
Cancel
Save