Add eof new line
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
b6b6ab9d36
commit
d3bb6fa5a0
@ -12,8 +12,7 @@ import net.bigeon.gclc.swt.api.ConsoleOutputDisplay;
|
|||||||
/** The local implementation of the forwarding runnable.
|
/** The local implementation of the forwarding runnable.
|
||||||
*
|
*
|
||||||
* @author Emmanuel Bigeon */
|
* @author Emmanuel Bigeon */
|
||||||
public final class ToSWTConsoleForwardRunnable
|
public final class ToSWTConsoleForwardRunnable extends AOutputForwardRunnable {
|
||||||
extends AOutputForwardRunnable {
|
|
||||||
/** The running status. */
|
/** The running status. */
|
||||||
private boolean running = true;
|
private boolean running = true;
|
||||||
/** The console output. */
|
/** The console output. */
|
||||||
@ -65,4 +64,4 @@ public final class ToSWTConsoleForwardRunnable
|
|||||||
public PipedConsoleOutput getOuput() {
|
public PipedConsoleOutput getOuput() {
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user