aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-11-13 08:25:34 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-13 08:26:47 -0800
commit4aa998d401347d412d0ac605173c9a0fddedaea9 (patch)
tree4a95e26e7ddf8622e6d812f956f2f4e8201ad01c /src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java
parent9fdedde450245757d2f6521450ffaf3a51fc4bcf (diff)
Remove extra space
PiperOrigin-RevId: 175535010
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java b/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java
index f2ac1f504f..5c2a5c1a8c 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandEventHandler.java
@@ -237,7 +237,7 @@ public class BlazeCommandEventHandler implements EventHandler {
help =
"Number of bytes to which the experimental UI will limit its output (non-positive "
+ "values indicate unlimited). Once the limit is approaching, the experimental UI "
- + "will try hard to limit in a meaningful way, but will ultimately just drop all "
+ + "will try hard to limit in a meaningful way, but will ultimately just drop all "
+ "output."
)
public int experimentalUiLimitConsoleOutput;