mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
cleanup
GitOrigin-RevId: 6318779922a84841f760815b02bc340fe3218d93
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b6d16be643
commit
64b65d2542
@@ -176,7 +176,8 @@ public class JavaDirectInheritorsSearcher implements QueryExecutor<PsiClass, Dir
|
||||
}
|
||||
if (size > 100) {
|
||||
JobLauncher.getInstance().invokeConcurrentlyUnderProgress(new ArrayList<>(collection), ProgressIndicatorProvider.getGlobalProgressIndicator(), processor);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
ContainerUtil.process(collection, processor);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user