aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build')
-rw-r--r--src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java b/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
index 3e0f2a5eb3..cc27505b07 100644
--- a/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
+++ b/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
@@ -1052,11 +1052,7 @@ public final class SkyframeActionExecutor implements ActionExecutionContextFacto
*/
private boolean reportErrorIfNotAbortingMode(ActionExecutionException ex,
FileOutErr outErrBuffer) {
- // For some actions (e.g. many local actions) the pollInterruptedStatus()
- // won't notice that we had an interrupted job. It will continue.
- // For that reason we must take care to NOT report errors if we're
- // in the 'aborting' mode: Any cancelled action would show up here.
- // For some actions (e.g. many local actions) the pollInterruptedStatus()
+ // For some actions (e.g., many local actions) the pollInterruptedStatus()
// won't notice that we had an interrupted job. It will continue.
// For that reason we must take care to NOT report errors if we're
// in the 'aborting' mode: Any cancelled action would show up here.