\n bei getAllMsg hinzugefügt
This commit is contained in:
		
										
											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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user