We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f337bf4 commit 5c3df00Copy full SHA for 5c3df00
1 file changed
rpm/src/main/java/org/eclipse/packager/rpm/build/PayloadProvider.java
@@ -81,6 +81,8 @@ public interface PayloadProvider
81
* Get additional header tags.
82
* <p>
83
* 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}.
86
*/
87
default Header<RpmTag> getAdditionalHeader ()
88
{
0 commit comments