Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
autumoswitzerland committed Nov 5, 2024
1 parent cba47ab commit 8da411c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/ch/autumo/beetroot/mailing/Mailer.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public interface Mailer {
* @param subject subject
* @param variables variables to parse in templates
* @param templateName template name
* @param session HTTP session or null if not called within a servlet context
* @param session HTTP session or null if not called within a servlet context (default language used)
* @throws Exception exception
*/
public void mail(String to[], String subject, Map<String, String> variables, String templateName, BeetRootHTTPSession session) throws Exception;
Expand Down

0 comments on commit 8da411c

Please sign in to comment.