aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
diff options
context:
space:
mode:
authorGravatar Benjamin Peterson <bp@benjamin.pe>2016-04-26 12:20:51 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-04-26 14:39:44 +0000
commita9954e7628dcf8c0e7f0120b961a6c0e56b2f496 (patch)
treef9e0cdc7c024afc030bd750f56ff32f447225457 /src/main/java/com
parente1ab2ba5216bec05ee8cb08ba469b97c1f88a577 (diff)
remove duplicate comment
-- Change-Id: I4c7cc2083cf0f886875b662440ed406e52dffae5 Reviewed-on: https://bazel-review.googlesource.com/#/c/3491/ MOS_MIGRATED_REVID=120804156
Diffstat (limited to 'src/main/java/com')
-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.