mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-11 13:39:32 +00:00
Make TerminalOutput.dumb final
This commit is contained in:
@@ -66,6 +66,7 @@ public class TerminalOutput implements ClientOutput {
|
|||||||
private volatile boolean closing;
|
private volatile boolean closing;
|
||||||
private final long start;
|
private final long start;
|
||||||
private final ReadWriteLock readInput = new ReentrantReadWriteLock();
|
private final ReadWriteLock readInput = new ReentrantReadWriteLock();
|
||||||
|
private final boolean dumb;
|
||||||
|
|
||||||
/** A sink for sending messages back to the daemon */
|
/** A sink for sending messages back to the daemon */
|
||||||
private volatile Consumer<Message> daemonDispatch;
|
private volatile Consumer<Message> daemonDispatch;
|
||||||
@@ -91,7 +92,6 @@ public class TerminalOutput implements ClientOutput {
|
|||||||
private String buildStatus;
|
private String buildStatus;
|
||||||
private boolean displayDone = false;
|
private boolean displayDone = false;
|
||||||
private boolean noBuffering;
|
private boolean noBuffering;
|
||||||
private boolean dumb;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link Project} is owned by the display loop thread and is accessed only from there. Therefore it does not need
|
* {@link Project} is owned by the display loop thread and is accessed only from there. Therefore it does not need
|
||||||
|
Reference in New Issue
Block a user