Allow access to output forward to subclasses
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
d6698a22fb
commit
d0a286d45a
@ -88,9 +88,9 @@ public abstract class AOutputForwardRunnable implements Runnable {
|
||||
/** The default timeout (one tenth of second). */
|
||||
private static final long DEFAULT_TIMEOUT = 100;
|
||||
/** The manager. */
|
||||
private final PipedConsoleOutput manager;
|
||||
protected final PipedConsoleOutput manager;
|
||||
/** The timeout. */
|
||||
private final long timeout;
|
||||
protected final long timeout;
|
||||
|
||||
/** Create a forwarding runnable.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user