From eeb17ee18aec0882d0a5c8b196d7ebbb1a870227 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Thu, 14 Jan 2021 15:03:09 +0100 Subject: [PATCH] Fix duplicate space in the javadoc --- .../java/org/mvndaemon/mvnd/common/logging/TerminalOutput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/org/mvndaemon/mvnd/common/logging/TerminalOutput.java b/common/src/main/java/org/mvndaemon/mvnd/common/logging/TerminalOutput.java index 18704181..e0af7a42 100644 --- a/common/src/main/java/org/mvndaemon/mvnd/common/logging/TerminalOutput.java +++ b/common/src/main/java/org/mvndaemon/mvnd/common/logging/TerminalOutput.java @@ -70,7 +70,7 @@ public class TerminalOutput implements ClientOutput { * In no-buffering mode, the output of concurrent builds will be interleaved and * each line will be prepended with the module name in order to distinguish them. * In buffering mode, the list of modules being built is displayed and update - * continuously. In this mode, pressing '+' one or more times will open a rolling + * continuously. In this mode, pressing '+' one or more times will open a rolling * window for each module with the related output. */ public static final int KEY_CTRL_B = 'B' & 0x1f;