Skip to content

Commit 4c08000

Browse files
committed
minor javadoc fix (made url clickable)
1 parent cd2ac4b commit 4c08000

File tree

1 file changed

+1
-1
lines changed
  • modules/core-module/src/main/java/org/simplejavamail/api/mailer

1 file changed

+1
-1
lines changed

modules/core-module/src/main/java/org/simplejavamail/api/mailer/Mailer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
public interface Mailer {
3838
/**
3939
* In case Simple Java Mail falls short somehow, you can get a hold of the internal {@link Session} instance to debug or tweak. Please let us know
40-
* why you are needing this on https://github.com/bbottema/simple-java-mail/issues.
40+
* why you are needing this on <a href="https://github.com/bbottema/simple-java-mail/issues">simple-java-mail/issues</a>.
4141
*/
4242
Session getSession();
4343

0 commit comments

Comments
 (0)