GitOrigin-RevId: 6318779922a84841f760815b02bc340fe3218d93
This commit is contained in:
Alexey Kudravtsev
2022-02-01 15:06:28 +01:00
committed by intellij-monorepo-bot
parent b6d16be643
commit 64b65d2542
2 changed files with 75 additions and 74 deletions

View File

@@ -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);
}
}