Added synchronization for match
This commit is contained in:
parent
9cc0297a5b
commit
648ea2ef7c
17 changed files with 2902 additions and 615 deletions
|
|
@ -31,7 +31,7 @@ public class Message implements Serializable {
|
|||
}
|
||||
|
||||
public static Message toMessage(String data){
|
||||
|
||||
System.out.println(data);
|
||||
int divisorType = data.indexOf("=");
|
||||
data = data.substring(divisorType+1, data.length());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue