commit | bcde0ed7139041311d659fd013a178f0492dd72c | [log] [tgz] |
---|---|---|
author | aehlig <aehlig@google.com> | Fri Jul 14 11:29:49 2017 +0200 |
committer | László Csomor <laszlocsomor@google.com> | Fri Jul 14 12:55:02 2017 +0200 |
tree | f5ee7e5e4f229ae65c945fc21ea75ca03c793c1f | |
parent | 0afe1195f0a8c1c2e0d5d15e0d7d0d816dafec28 [diff] |
Fix documentation: no best effort guarantees to wait PiperOrigin-RevId: 161930826
diff --git a/src/main/java/com/google/devtools/build/lib/buildeventservice/BuildEventServiceOptions.java b/src/main/java/com/google/devtools/build/lib/buildeventservice/BuildEventServiceOptions.java index 9fad46a..f30a4c0 100644 --- a/src/main/java/com/google/devtools/build/lib/buildeventservice/BuildEventServiceOptions.java +++ b/src/main/java/com/google/devtools/build/lib/buildeventservice/BuildEventServiceOptions.java
@@ -60,7 +60,7 @@ effectTags = {OptionEffectTag.AFFECTS_OUTPUTS}, help = "Specifies whether a failure to upload the BES protocol should also result in a build " - + "failure. If 'true', bazel exits with ExitCode.PUBLISH_ERROR. (defaults to 'true')." + + "failure. If 'false', bazel exits with ExitCode.PUBLISH_ERROR. (defaults to 'true')." ) public boolean besBestEffort;