Apply 'Copy of existing static method body' fixes

GitOrigin-RevId: 139c1d45abf749d40ec4e1c9004b16dea0b3a954
This commit is contained in:
Tagir Valeev
2024-07-05 15:16:10 +02:00
committed by intellij-monorepo-bot
parent e1b597714c
commit 31b989d0cd
16 changed files with 111 additions and 220 deletions

View File

@@ -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() {