minor warn fix

Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
Emmanuel Bigeon 2016-12-03 20:19:22 -05:00
parent 543b1ef605
commit e469313baf

View File

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