Skip to content

Commit 37f1146

Browse files
committed
Fix formatting
1 parent c775ff8 commit 37f1146

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
* <p>
7676
* This condition cannot be reliably used for matching collection properties. For example,
7777
* in the following configuration, the condition matches if {@code spring.example.values}
78-
* is present in the {@link Environment} but does not match if {@code spring.example.values[0]} is present.
78+
* is present in the {@link Environment} but does not match if
79+
* {@code spring.example.values[0]} is present.
7980
*
8081
* <pre class="code">
8182
* &#064;ConditionalOnProperty(prefix = "spring", name = "example.values")

0 commit comments

Comments
 (0)