Commit 37f1146c authored by Stephane Nicoll's avatar Stephane Nicoll

Fix formatting

parent c775ff8f
...@@ -75,7 +75,8 @@ import org.springframework.core.env.Environment; ...@@ -75,7 +75,8 @@ import org.springframework.core.env.Environment;
* <p> * <p>
* This condition cannot be reliably used for matching collection properties. For example, * This condition cannot be reliably used for matching collection properties. For example,
* in the following configuration, the condition matches if {@code spring.example.values} * 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"> * <pre class="code">
* &#064;ConditionalOnProperty(prefix = "spring", name = "example.values") * &#064;ConditionalOnProperty(prefix = "spring", name = "example.values")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment