Skip to content

Commit 15f61e7

Browse files
committed
minor javadoc edition
1 parent 530e965 commit 15f61e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

logback-core/src/main/java/ch/qos/logback/core/net/LoginAuthenticator.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
import javax.mail.Authenticator;
1717
import javax.mail.PasswordAuthentication;
1818

19+
/**
20+
* Used by SMTPAppender for authentication purposes.
21+
*/
1922
public class LoginAuthenticator extends Authenticator {
2023

2124
String username;

0 commit comments

Comments
 (0)