More readable javadoc.

This commit is contained in:
Luke Taylor 2006-02-15 19:06:04 +00:00
parent cd7efaf567
commit 84ccd89061
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ import org.apache.commons.logging.LogFactory;
* binding with a specific username and password. * binding with a specific username and password.
* </p> * </p>
* <p> * <p>
* The no-args version will bind anonymously or if a manager login has been configured * The no-args version will bind anonymously unless a manager login has been configured
* using the properties <tt>managerDn</tt> and <tt>managerPassword</tt> it will bind as * using the properties <tt>managerDn</tt> and <tt>managerPassword</tt>, in which case
* that user. * it will bind as the manager user.
* </p> * </p>
* <p> * <p>
* Connection pooling is enabled by default for anonymous or manager connections, but * Connection pooling is enabled by default for anonymous or manager connections, but