Remove the useless comment (#5150)

This commit is contained in:
Mercy Ma 2019-10-09 14:28:08 +08:00 committed by ken.lj
parent 5066775e58
commit d775ff5e23
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ import static org.springframework.core.BridgeMethodResolver.isVisibilityBridgeMe
/**
* Abstract generic {@link BeanPostProcessor} implementation for customized annotation that annotated injected-object.
* <p>
* The source code is cloned from https://github.com/alibaba/spring-context-support/blob/1.0.2/src/main/java/com/alibaba/spring/beans/factory/annotation/AnnotationInjectedBeanPostProcessor.java
*
* @revision 2.7.3 Uses {@link AnnotationAttributes} instead of {@link Annotation}
* @since 2.6.6