Skip to content

Commit

Permalink
[incubator-kie-issues-646] fix recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Nov 2, 2023
1 parent 063e3e4 commit c96ed87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public long getId() {

@Override
public Object getMetaData(String name) {
return getMetaData(name);
return getMetaData().get(name);
}

@Override
Expand Down

0 comments on commit c96ed87

Please sign in to comment.