Skip to content

Commit dc9aa6d

Browse files
committed
Polish
See gh-44034
1 parent a3f997d commit dc9aa6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnSingleCandidate.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
/**
5555
* The class type of bean that should be checked. The condition matches if a bean of
5656
* the class specified is contained in the {@link BeanFactory} and a primary candidate
57-
* exists in case of multiple instances. Beans that are not autowire candidates or
58-
* that are not default candidates or that are fallback candidates are ignored.
57+
* exists in case of multiple instances. Beans that are not autowire candidates, that
58+
* are not default candidates, or that are fallback candidates are ignored.
5959
* <p>
6060
* This attribute may <strong>not</strong> be used in conjunction with
6161
* {@link #type()}, but it may be used instead of {@link #type()}.
@@ -71,7 +71,7 @@
7171
* The class type name of bean that should be checked. The condition matches if a bean
7272
* of the class specified is contained in the {@link BeanFactory} and a primary
7373
* candidate exists in case of multiple instances. Beans that are not autowire
74-
* candidates or that are not default candidates or that are fallback candidates are
74+
* candidates, that are not default candidates, or that are fallback candidates are
7575
* ignored.
7676
* <p>
7777
* This attribute may <strong>not</strong> be used in conjunction with

0 commit comments

Comments
 (0)