mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Apply 'Copy of existing static method body' fixes
GitOrigin-RevId: 139c1d45abf749d40ec4e1c9004b16dea0b3a954
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e1b597714c
commit
31b989d0cd
@@ -37,10 +37,7 @@ public final class CommandsRunner {
|
||||
}
|
||||
|
||||
public static boolean haveCommandsFinishedSuccessfully() {
|
||||
if (getInstance().actionCallback == null) {
|
||||
return false;
|
||||
}
|
||||
return getInstance().actionCallback.isDone();
|
||||
return haveCommandsFinished();
|
||||
}
|
||||
|
||||
public static boolean haveCommandsFailed() {
|
||||
|
||||
Reference in New Issue
Block a user