Skip to content

Commit a54fda3

Browse files
committed
obsolete null value
1 parent bcfe194 commit a54fda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/simplejavamail/mailer/internal/mailsender/MailSender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class MailSender {
7171
* Only set when {@link ProxyConfig} is provided with authentication details.
7272
*/
7373
@Nullable
74-
private AnonymousSocks5Server proxyServer = null;
74+
private AnonymousSocks5Server proxyServer;
7575

7676
/**
7777
* Allows us to manage how many thread we run at the same time using a thread pool.

0 commit comments

Comments
 (0)