Skip to content

Commit

Permalink
Added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 5, 2024
1 parent 45a65ce commit b2be882
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,10 @@ public BDEWPayloadParams setSubjectPartyRole (@Nullable final String sSubjectPar
return this;
}


/**
* @return BDEW payload application reference for payload identifier
* <code>BDEWApplicationReference</code>
* @since 3.0.1
*/
@Nullable
public String getApplicationReference ()
Expand All @@ -444,6 +444,7 @@ public String getApplicationReference ()
* @param sApplicationReference
* Application reference to use. May be <code>null</code>.
* @return this for chaining
* @since 3.0.1
*/
@Nonnull
public BDEWPayloadParams setApplicationReference (@Nullable final String sApplicationReference)
Expand Down

0 comments on commit b2be882

Please sign in to comment.