принятие сообщений сапфора в json

This commit is contained in:
2025-05-23 18:25:23 +03:00
parent bf5a648582
commit f5eaf3df25
7 changed files with 45 additions and 54 deletions

View File

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