We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d2fd1 commit 8e624e5Copy full SHA for 8e624e5
1 file changed
randomizedtesting-jupiter/src/test/java/com/carrotsearch/randomizedtesting/tests/F005_ThreadLeaks.md
@@ -102,5 +102,4 @@ public class TestClass {
102
user-controlled (`tests.killattempts`, `tests.killwait` properties in `RandomizedRunner`).
103
104
* The default value of `@DetectThreadLeaks.ExcludeThreads` points at `SystemThreadFilter`. There is
105
- no `defaultFilters` parameter; just use the `SystemThreadFilter` in any custom declarations filter
106
- declarations.
+ no `defaultFilters` parameter; just add an explicit `SystemThreadFilter` to any declarations of `ExcludeThreads`.
0 commit comments