You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnBean.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
/**
31
31
* {@link Conditional} that only matches when the specified bean classes and/or names are
32
32
* already contained in the {@link BeanFactory}. When placed on a {@code @Bean} method,
33
-
* the bean class default to the return type of the factory method:
33
+
* the bean class defaults to the return type of the factory method:
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnMissingBean.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@
31
31
* {@link Conditional} that only matches when the specified bean classes and/or names are
32
32
* not already contained in the {@link BeanFactory}.
33
33
* <p>
34
-
* When placed on a {@code @Bean} method, the bean class default to the return type of the
35
-
* factory method:
34
+
* When placed on a {@code @Bean} method, the bean class defaults to the return type of
0 commit comments