(improvement)(chat) Optimize the update parserInfo code and resolve compilation exceptions (#346)

This commit is contained in:
lexluo09
2023-11-09 17:35:38 +08:00
committed by GitHub
parent 6ad74bb206
commit 4e139c837a
8 changed files with 269 additions and 230 deletions

View File

@@ -20,7 +20,5 @@ public interface SemanticQuery {
SemanticParseInfo getParseInfo();
void updateParseInfo();
void setParseInfo(SemanticParseInfo parseInfo);
}