Skip to content

Commit

Permalink
[incubator-kie-issues-646] fix recursion (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Nov 3, 2023
1 parent 063e3e4 commit 7121e7a
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 7121e7a

Please sign in to comment.