未验证 提交 9e4f8126 编写于 作者: P Phodal Huang

fix: fix typo

上级 dd43bf32
......@@ -85,7 +85,7 @@ func (s *JavaCallListener) EnterFieldDeclaration(ctx *FieldDeclarationContext) {
for _, declarator := range decelerators.(*VariableDeclaratorsContext).AllVariableDeclarator() {
value := declarator.(*VariableDeclaratorContext).VariableDeclaratorId().(*VariableDeclaratorIdContext).IDENTIFIER().GetText()
mapFields[value] = typeType
fields = append(fields, *&JAppField{Type: value, Value: typeType})
fields = append(fields, *&JAppField{Type: typeType, Value: value})
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册