Skip to content

Commit

Permalink
Made applyToUserMessage non final; #43
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 5, 2020
1 parent f13694b commit 9607839
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,8 @@ public boolean isEveryRequiredFieldSet ()
* The user message the parameters should be applied to. May not be
* <code>null</code>.
*/
protected final void applyToUserMessage (@Nonnull final AS4ClientUserMessage aUserMsg)
@OverridingMethodsMustInvokeSuper
protected void applyToUserMessage (@Nonnull final AS4ClientUserMessage aUserMsg)
{
if (m_nMaxRetries >= 0)
aUserMsg.setMaxRetries (m_nMaxRetries);
Expand Down

0 comments on commit 9607839

Please sign in to comment.