Skip to content

Commit 7b704d4

Browse files
committed
Added comment
1 parent 50ccf1d commit 7b704d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phase4-peppol-server-webapp/src/main/java/com/helger/phase4/peppol/server/spi/StoringPeppolIncomingSBDHandlerSPI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public void handleIncomingSBD (@Nonnull final IAS4IncomingMessageMetadata aMessa
9090
" bytes)");
9191
LOGGER.info ("Successfully wrote SBD to '" + aFile.getAbsolutePath () + "'");
9292

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

0 commit comments

Comments
 (0)