Closedown

This commit is contained in:
boccioli_m
2017-10-12 11:08:46 +02:00
parent 96ba652328
commit d028d1c706
2 changed files with 2 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ public class TestingList extends Panel {
i++;
}
for (i=0 ; i < msg.length; i++) {
System.out.println(msg[i]);
System.out.println(msg[i].getBytes());
}