Allow access to output forward to subclasses

Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
Emmanuel Bigeon 2018-11-30 10:44:05 -05:00
parent d6698a22fb
commit d0a286d45a

View File

@ -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.
*