Skip to content

Commit e55e2b7

Browse files
committed
Javadoc
Remove extra blank lines
1 parent b046e22 commit e55e2b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/apache/commons/lang3/ThreadUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)