@@ -12,8 +12,7 @@ import net.bigeon.gclc.swt.api.ConsoleOutputDisplay;
|
||||
/** The local implementation of the forwarding runnable.
|
||||
*
|
||||
* @author Emmanuel Bigeon */
|
||||
public final class ToSWTConsoleForwardRunnable
|
||||
extends AOutputForwardRunnable {
|
||||
public final class ToSWTConsoleForwardRunnable extends AOutputForwardRunnable {
|
||||
/** The running status. */
|
||||
private boolean running = true;
|
||||
/** The console output. */
|
||||
@@ -65,4 +64,4 @@ public final class ToSWTConsoleForwardRunnable
|
||||
public PipedConsoleOutput getOuput() {
|
||||
return out;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user