File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/org/apache/commons/lang3 Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ public interface ThreadPredicate {
179179 * @throws IllegalArgumentException if the specified id is zero or negative
180180 * @throws SecurityException
181181 * if the current thread cannot access the system thread group
182- *
183182 * @throws SecurityException if the current thread cannot modify
184183 * thread groups from this thread's thread group up to the system thread group
185184 */
@@ -270,7 +269,6 @@ public static Collection<ThreadGroup> findThreadGroups(final Predicate<ThreadGro
270269 public static Collection <ThreadGroup > findThreadGroups (final ThreadGroup threadGroup , final boolean recurse , final Predicate <ThreadGroup > predicate ) {
271270 Objects .requireNonNull (threadGroup , "threadGroup" );
272271 Objects .requireNonNull (predicate , "predicate" );
273-
274272 int count = threadGroup .activeGroupCount ();
275273 ThreadGroup [] threadGroups ;
276274 do {
You can’t perform that action at this time.
0 commit comments