Skip to content

Commit 779d571

Browse files
committed
Moved RequiredAnnotationBeanPostProcessorTests to correct package beans.factory.annotation
1 parent 2a6c642 commit 779d571

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

spring-beans/src/test/java/org/springframework/beans/annotation/AnnotationBeanWiringInfoResolverTests.java renamed to spring-beans/src/test/java/org/springframework/beans/factory/annotation/AnnotationBeanWiringInfoResolverTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.beans.annotation;
17+
package org.springframework.beans.factory.annotation;
1818

1919
import static org.junit.Assert.*;
2020

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.beans.annotation;
17+
package org.springframework.beans.factory.annotation;
1818

1919
import static org.junit.Assert.*;
2020

@@ -28,8 +28,6 @@
2828
import org.springframework.beans.factory.BeanFactory;
2929
import org.springframework.beans.factory.BeanFactoryAware;
3030
import org.springframework.beans.factory.BeanNameAware;
31-
import org.springframework.beans.factory.annotation.Required;
32-
import org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor;
3331
import org.springframework.beans.factory.config.BeanDefinition;
3432
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
3533
import org.springframework.beans.factory.support.DefaultListableBeanFactory;

0 commit comments

Comments
 (0)