Make doclint happy

This commit is contained in:
Benedikt Ritter 2015-05-07 18:01:41 +02:00
parent 507451866c
commit 14c2afcd63
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ public static Collection<Thread> findThreads(final ThreadPredicate predicate){
/** /**
* Select all active threadgroups which match the given predicate. * Select all active threadgroups which match the given predicate.
* *
* @param predicate * @param predicate the predicate
* @return An unmodifiable {@code Collection} of active threadgroups matching the given predicate * @return An unmodifiable {@code Collection} of active threadgroups matching the given predicate
* @throws IllegalArgumentException if the predicate is null * @throws IllegalArgumentException if the predicate is null
* @throws SecurityException * @throws SecurityException