Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
785cdce799
|
|
@ -108,7 +108,6 @@ public class SqlRuleModelParser implements RuleModelParserStrategy {
|
|||
model.getNodes().add(action);
|
||||
action.getInputs().add(link);
|
||||
sqlNode.getOutputs().add(link);
|
||||
model.getNodes().add(action);
|
||||
|
||||
action.getEvents().addAll(errorHandler);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue