Skip to content

Commit

Permalink
[#700] Update ElementInfo during DMN transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
opatrascoiu committed Aug 29, 2024
1 parent 5483bf3 commit ea10fea
Show file tree
Hide file tree
Showing 6 changed files with 1,213 additions and 701 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ protected QName visitQName(QName qName, C context) {
return qName;
}

private DMNBaseElement visitExtensions(TDMNElement.ExtensionElements element, C context) {
protected DMNBaseElement visitExtensions(TDMNElement.ExtensionElements element, C context) {
return element;
}

Expand Down
Loading

0 comments on commit ea10fea

Please sign in to comment.