Commit 509f62e7 authored by mingjun97's avatar mingjun97 Committed by Melledy
Browse files

Carry to new line for messages in MessageHandler

parent 0421d912
...@@ -8,7 +8,7 @@ public class MessageHandler { ...@@ -8,7 +8,7 @@ public class MessageHandler {
} }
public void append(String message){ public void append(String message){
this.message += message; this.message += message + "\r\n\r\n";
} }
public String getMessage(){ public String getMessage(){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment