Skip to content

Commit 3b506e1

Browse files
committed
Polishing
1 parent ddee309 commit 3b506e1

File tree

2 files changed

+142
-158
lines changed

2 files changed

+142
-158
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/annotation/QualifierAnnotationAutowireCandidateResolver.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ public QualifierAnnotationAutowireCandidateResolver() {
8282
}
8383

8484
/**
85-
* Create a new QualifierAnnotationAutowireCandidateResolver
86-
* for the given qualifier annotation type.
85+
* Create a new {@code QualifierAnnotationAutowireCandidateResolver} for the given
86+
* qualifier annotation type.
8787
* @param qualifierType the qualifier annotation to look for
8888
*/
8989
public QualifierAnnotationAutowireCandidateResolver(Class<? extends Annotation> qualifierType) {
@@ -92,8 +92,8 @@ public QualifierAnnotationAutowireCandidateResolver(Class<? extends Annotation>
9292
}
9393

9494
/**
95-
* Create a new QualifierAnnotationAutowireCandidateResolver
96-
* for the given qualifier annotation types.
95+
* Create a new {@code QualifierAnnotationAutowireCandidateResolver} for the given
96+
* qualifier annotation types.
9797
* @param qualifierTypes the qualifier annotations to look for
9898
*/
9999
public QualifierAnnotationAutowireCandidateResolver(Set<Class<? extends Annotation>> qualifierTypes) {

0 commit comments

Comments
 (0)