Skip to content

Commit

Permalink
Change FaultEvent.isReference from boolean to Boolean.
Browse files Browse the repository at this point in the history
  • Loading branch information
kostobog committed May 16, 2024
1 parent b990676 commit 3d6e15e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected void setExternalReference(URI eventUri, FaultEvent inputEvent){
if(supertypes.isEmpty())
return;

inputEvent.setReference(true);
inputEvent.setIsReference(true);

if(supertypes.size() > 1)
log.warn("new event added to event <{}> has multiple supertypes [{}]",
Expand Down

0 comments on commit 3d6e15e

Please sign in to comment.