Skip to content

Commit 65e612f

Browse files
author
Nico Verwer
committed
fix code smell
1 parent 57883fd commit 65e612f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/modules/mail/src/main/java/org/exist/xquery/modules/mail/MailSessionFunctions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public Sequence eval( Sequence[] args, Sequence contextSequence ) throws XPathEx
111111
String password = authElement.getAttribute("password");
112112
if( username != null && password != null ) {
113113
auth = new Authenticator() {
114+
@Override
114115
protected PasswordAuthentication getPasswordAuthentication() {
115116
return new PasswordAuthentication(username, password);
116117
}

0 commit comments

Comments
 (0)