Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 7, 2025
1 parent 50ccf1d commit 7b704d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public void handleIncomingSBD (@Nonnull final IAS4IncomingMessageMetadata aMessa
" bytes)");
LOGGER.info ("Successfully wrote SBD to '" + aFile.getAbsolutePath () + "'");

// TODO This is only demo code to force an error
// Check if any "MessageProperty" with name "MockAction" is contained
final Ebms3Property aMockAction = CollectionHelper.findFirst (aUserMessage.getMessageProperties ().getProperty (),
x -> "MockAction".equals (x.getName ()));
Expand Down

0 comments on commit 7b704d4

Please # to comment.