Update l10n for message format
This commit is contained in:
@@ -77,7 +77,7 @@ public class SocketConsoleApplicationTest {
|
||||
|
||||
String fromServer;
|
||||
int i = 0;
|
||||
String[] cmds = {"help", "test", "close"};
|
||||
String[] cmds = {"help", "toto", "test", "close"};
|
||||
while ((fromServer = in.readLine()) != null) {
|
||||
System.out.println("Server: \n" + ENCODER.decode(fromServer));
|
||||
if (fromServer.equals("Bye.")) {
|
||||
|
||||
Reference in New Issue
Block a user