Polish Javadoc for @DisabledIf

This commit is contained in:
Sam Brannen
2017-09-27 16:09:07 +02:00
parent 75bd516251
commit 2b91d668df

View File

@@ -86,7 +86,7 @@ public @interface DisabledIf {
* <pre style="code">@DisabledIf("#{systemProperties['os.name'].toLowerCase().contains('mac')}")</pre>
* <li>Placeholder for a property available in the Spring
* {@link org.springframework.core.env.Environment Environment} &mdash; for example:
* <pre style="code">@DisabledIf("${smoke.tests.enabled}")</pre>
* <pre style="code">@DisabledIf("${smoke.tests.disabled}")</pre>
* <li>Text literal &mdash; for example:
* <pre style="code">@DisabledIf("true")</pre>
* </ul>