\n bei getAllMsg hinzugefügt
This commit is contained in:
parent
5103d2b3cf
commit
9bbe41093c
Binary file not shown.
@ -80,7 +80,7 @@ public class MsgHandler {
|
|||||||
String returnStr = "";
|
String returnStr = "";
|
||||||
// Print keys and values
|
// Print keys and values
|
||||||
for (Integer i : msgHashMap.keySet()) {
|
for (Integer i : msgHashMap.keySet()) {
|
||||||
String item = "key: " + i + " value: " + msgHashMap.get(i);
|
String item = "key: " + i + " value: " + msgHashMap.get(i) + "\n";
|
||||||
returnStr += item;
|
returnStr += item;
|
||||||
}
|
}
|
||||||
System.out.println(returnStr);
|
System.out.println(returnStr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user