Fix javadoc link in ConnectionConfiguration.Builder

This commit is contained in:
Florian Schmaus 2015-09-27 23:11:56 +02:00
parent 194717d75b
commit e1f09032d9
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ public abstract class ConnectionConfiguration {
/**
* Perform authentication using SASL EXTERNAL. Your XMPP service must support this
* authentication mechanism. This method also calls {@link #addEnabledSaslMechanism(String)} with "EXTERNAL" as
* argument. It also calls {@link #allowEmptyOrNullUsernames()} and {@link #setSecurityMode(SecurityMode)} to
* argument. It also calls {@link #allowEmptyOrNullUsernames()} and {@link #setSecurityMode(ConnectionConfiguration.SecurityMode)} to
* {@link SecurityMode#required}.
*
* @return a reference to this builder.