Skip to content

Commit 83a7858

Browse files
committed
Fix JavaDoc for CLI purposes
1 parent 46f5528 commit 83a7858

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/core-module/src/main/java/org/simplejavamail/api/email/EmailPopulatingBuilder.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,9 @@ public interface EmailPopulatingBuilder {
10521052

10531053
/**
10541054
* Delegates to {@link #withHeader(String, Object, boolean)} with <em>replaceHeader</em> set to {@code false}.
1055+
*
1056+
* @param name The name of the header. Example: <code>withHeader("X-Priority", 2)</code>
1057+
* @param value The value of the header, which will be stored using {@link String#valueOf(Object)}.
10551058
*/
10561059
EmailPopulatingBuilder withHeader(@NotNull String name, @Nullable Object value);
10571060

0 commit comments

Comments
 (0)