Formatting.

This commit is contained in:
Gary Gregory 2020-06-22 08:52:25 -04:00
parent 6363fced4b
commit e291a601db
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ public void testComplexThreadGroups() throws Exception {
assertEquals(1, ThreadUtils.findThreadsByName(t4.getName(), threadGroup3.getName()).size());
assertEquals(0, ThreadUtils.findThreadsByName(t4.getName(), threadGroup2.getName()).size());
assertEquals(2, ThreadUtils.findThreadsByName(t11.getName(), threadGroup7.getName()).size());
}finally {
} finally {
for (final Thread thread : threads) {
thread.interrupt();
thread.join();