We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfe194 commit a54fda3Copy full SHA for a54fda3
src/main/java/org/simplejavamail/mailer/internal/mailsender/MailSender.java
@@ -71,7 +71,7 @@ public class MailSender {
71
* Only set when {@link ProxyConfig} is provided with authentication details.
72
*/
73
@Nullable
74
- private AnonymousSocks5Server proxyServer = null;
+ private AnonymousSocks5Server proxyServer;
75
76
/**
77
* Allows us to manage how many thread we run at the same time using a thread pool.
0 commit comments