Skip to content

Commit c524f8c

Browse files
committed
Merge branch '2.7.x'
2 parents b2be193 + 13c0cf7 commit c524f8c

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* potentially processed method references which will fail if the class is not present. To
4040
* handle this scenario, a separate {@code @Configuration} class should be used to isolate
4141
* the condition. For example: <pre class="code">
42-
* &#064;Configuration(proxyBeanMethods = false)
42+
* &#064;AutoConfiguration
4343
* public class MyAutoConfiguration {
4444
*
4545
* &#64;Configuration(proxyBeanMethods = false)

0 commit comments

Comments
 (0)