Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 19, 2023
1 parent d17f7e5 commit a8d0f4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void buildPropertiesForm(final BPMNElement bpmnElement, final DataBuilder
* represented as a separate object
*/
dataBuilder.addArray("links");
logger.warn(" addLinkEventDefinitions not yet implemented");
logger.warn(" addLinkEventDefinitions - no full support!");
for (Element definition : linkEventDefinitions) {
dataBuilder.addObject();
dataBuilder.addData("name", definition.getAttribute("name"));
Expand Down

0 comments on commit a8d0f4a

Please sign in to comment.