mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
GitOrigin-RevId: a86750879ff3d808aa869413caca7e83c0519c94
This commit is contained in:
committed by
intellij-monorepo-bot
parent
28fcadd5e3
commit
cc965dbcba
@@ -30,6 +30,7 @@ public final class RunAll implements Runnable {
|
||||
myActions = actions;
|
||||
}
|
||||
|
||||
@SafeVarargs
|
||||
public static void runAll(@NotNull ThrowableRunnable<Throwable>... actions) {
|
||||
CompoundRuntimeException.throwIfNotEmpty(collectExceptions(Arrays.asList(actions)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user