Skip to content

Commit 8e624e5

Browse files
authored
Update F005_ThreadLeaks.md
1 parent f9d2fd1 commit 8e624e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • randomizedtesting-jupiter/src/test/java/com/carrotsearch/randomizedtesting/tests

randomizedtesting-jupiter/src/test/java/com/carrotsearch/randomizedtesting/tests/F005_ThreadLeaks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,4 @@ public class TestClass {
102102
user-controlled (`tests.killattempts`, `tests.killwait` properties in `RandomizedRunner`).
103103

104104
* 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.
105+
no `defaultFilters` parameter; just add an explicit `SystemThreadFilter` to any declarations of `ExcludeThreads`.

0 commit comments

Comments
 (0)