Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 24, 2023
1 parent 50fb1a0 commit ee67d4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public interface IAS4OutgoingDumper
* Added in v1.2.0.
* @param aMessageMetadata
* The incoming message metadata. This is always <code>null</code> for
* requests. This is always non-<code>null</code> for responses. Added
* in v1.2.0.
* requests (outgoing messages). This is always non-<code>null</code>
* for responses (incoming messages). Added in v1.2.0.
* @param aState
* The incoming message processing state. This is always
* <code>null</code> for requests. This is always non-<code>null</code>
Expand Down

0 comments on commit ee67d4c

Please sign in to comment.