Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Sep 26, 2024
1 parent b050149 commit 86e5b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public ItemCollection loadEvent(ItemCollection workitem) throws ModelException {
// If we still did not find the event we throw a ModelException....
if (event == null) {
throw new ModelException(ModelException.UNDEFINED_MODEL_ENTRY, "Event " + workitem.getTaskID() + "."
+ workitem.getEventID() + " is not a callable in model '" + workitem.getModelVersion() + "'");
+ workitem.getEventID() + " is not callable in model '" + workitem.getModelVersion() + "'");
}
return event;
}
Expand Down

0 comments on commit 86e5b42

Please sign in to comment.