minor warn fix
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
543b1ef605
commit
e469313baf
@ -319,7 +319,7 @@ public class SocketConsoleApplicationShell implements Runnable, AutoCloseable {
|
||||
}
|
||||
String ln = reading.getMessage();
|
||||
if (ln.equals(close)) {
|
||||
consoleManager.println("Bye.");
|
||||
consoleManager.println("Bye."); //$NON-NLS-1$
|
||||
return false;
|
||||
}
|
||||
// Pass command to application
|
||||
|
Loading…
Reference in New Issue
Block a user