Skip to content

Commit ffbf264

Browse files
committed
Polish Javadoc
1 parent b3b3fc5 commit ffbf264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-context/src/main/java/org/springframework/context/annotation/ImportBeanDefinitionRegistrar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* {@link org.springframework.beans.factory.Aware Aware} interfaces, and their respective
3434
* methods will be called prior to {@link #registerBeanDefinitions}:
3535
* <ul>
36-
* <li>{@link org.springframework.context.EnvironmentAware}</li>
36+
* <li>{@link org.springframework.context.EnvironmentAware EnvironmentAware}</li>
3737
* <li>{@link org.springframework.beans.factory.BeanFactoryAware BeanFactoryAware}
3838
* <li>{@link org.springframework.beans.factory.BeanClassLoaderAware BeanClassLoaderAware}
3939
* <li>{@link org.springframework.context.ResourceLoaderAware ResourceLoaderAware}

spring-context/src/main/java/org/springframework/context/annotation/ImportSelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* {@link org.springframework.beans.factory.Aware Aware} interfaces, and their respective
2828
* methods will be called prior to {@link #selectImports}:
2929
* <ul>
30-
* <li>{@link org.springframework.context.EnvironmentAware}</li>
30+
* <li>{@link org.springframework.context.EnvironmentAware EnvironmentAware}</li>
3131
* <li>{@link org.springframework.beans.factory.BeanFactoryAware BeanFactoryAware}</li>
3232
* <li>{@link org.springframework.beans.factory.BeanClassLoaderAware BeanClassLoaderAware}</li>
3333
* <li>{@link org.springframework.context.ResourceLoaderAware ResourceLoaderAware}</li>

0 commit comments

Comments
 (0)