Fix formatting

This commit is contained in:
Stephane Nicoll 2018-07-27 00:45:31 +02:00
parent c775ff8f60
commit 37f1146c31
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ import org.springframework.core.env.Environment;
* <p>
* This condition cannot be reliably used for matching collection properties. For example,
* in the following configuration, the condition matches if {@code spring.example.values}
* is present in the {@link Environment} but does not match if {@code spring.example.values[0]} is present.
* is present in the {@link Environment} but does not match if
* {@code spring.example.values[0]} is present.
*
* <pre class="code">
* &#064;ConditionalOnProperty(prefix = "spring", name = "example.values")