Skip to content

Commit 2b91d66

Browse files
committed
Polish Javadoc for @DisabledIf
1 parent 75bd516 commit 2b91d66

File tree

1 file changed

+1
-1
lines changed
  • spring-test/src/main/java/org/springframework/test/context/junit/jupiter

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/context/junit/jupiter/DisabledIf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
* <pre style="code">@DisabledIf("#{systemProperties['os.name'].toLowerCase().contains('mac')}")</pre>
8787
* <li>Placeholder for a property available in the Spring
8888
* {@link org.springframework.core.env.Environment Environment} &mdash; for example:
89-
* <pre style="code">@DisabledIf("${smoke.tests.enabled}")</pre>
89+
* <pre style="code">@DisabledIf("${smoke.tests.disabled}")</pre>
9090
* <li>Text literal &mdash; for example:
9191
* <pre style="code">@DisabledIf("true")</pre>
9292
* </ul>

0 commit comments

Comments
 (0)