mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 21:22:03 +00:00
Fix duplicate space in the javadoc
This commit is contained in:
@@ -70,7 +70,7 @@ public class TerminalOutput implements ClientOutput {
|
|||||||
* In no-buffering mode, the output of concurrent builds will be interleaved and
|
* 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.
|
* 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
|
* 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.
|
* window for each module with the related output.
|
||||||
*/
|
*/
|
||||||
public static final int KEY_CTRL_B = 'B' & 0x1f;
|
public static final int KEY_CTRL_B = 'B' & 0x1f;
|
||||||
|
Reference in New Issue
Block a user