принятие сообщений сапфора в json
This commit is contained in:
@@ -215,7 +215,7 @@ public class SapforVersion_json implements Serializable {
|
||||
case 1:
|
||||
//group_s
|
||||
if (isDigit(c)) {
|
||||
res.group_s += c;
|
||||
// res.group_s = res.getGroup_s() + c;
|
||||
lexeme += c;
|
||||
} else if (c == ':') {
|
||||
s = 2;
|
||||
|
||||
Reference in New Issue
Block a user