Skip to content

Commit 5c3df00

Browse files
committed
docs: add javadoc for return value
1 parent f337bf4 commit 5c3df00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rpm/src/main/java/org/eclipse/packager/rpm/build/PayloadProvider.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ public interface PayloadProvider
8181
* Get additional header tags.
8282
* <p>
8383
* An implementation must always return a new instance, but also every call must provide the same content.
84+
*
85+
* @return A new instance with the additional header entries. Possibly empty, but never {@code null}.
8486
*/
8587
default Header<RpmTag> getAdditionalHeader ()
8688
{

0 commit comments

Comments
 (0)