Added synchronization for match

This commit is contained in:
Lorenzo Iovino 2017-06-25 19:43:22 +02:00
parent 9cc0297a5b
commit 648ea2ef7c
17 changed files with 2902 additions and 615 deletions

View file

@ -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());