Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Jul 29, 2024
1 parent 40a1465 commit 96de253
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public void visitNode(String factoryField, Split node, BlockStmt body, VariableS
.addStatement(getFactoryMethod(getNodeId(node), METHOD_TYPE, new IntegerLiteralExpr(node.getType())));

visitMetaData(node.getMetaData(), body, getNodeId(node));
addConstraints(node, getReturnValueEvaluatorBuilderService(), body);
body.addStatement(getDoneMethod(getNodeId(node)));
}

Expand Down

0 comments on commit 96de253

Please sign in to comment.