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 7f2eaa1 commit c37a46dCopy full SHA for c37a46d
src/main/java/org/simplejavamail/mailer/MailerGenericBuilder.java
@@ -342,7 +342,7 @@ public T trustingSSLHosts(String... sslHostsToTrust) {
342
*
343
* @see #trustingSSLHosts(String...)
344
*/
345
- private T trustingAllHosts(@Nonnull final Boolean trustAllHosts) {
+ public T trustingAllHosts(@Nonnull final Boolean trustAllHosts) {
346
this.trustAllSSLHost = trustAllHosts;
347
return (T) this;
348
}
0 commit comments