From 84ccd890614d91e697e44e7766b84c92980dda7d Mon Sep 17 00:00:00 2001
From: Luke Taylor
Date: Wed, 15 Feb 2006 19:06:04 +0000
Subject: [PATCH] More readable javadoc.
---
.../providers/ldap/DefaultInitialDirContextFactory.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/src/main/java/org/acegisecurity/providers/ldap/DefaultInitialDirContextFactory.java b/core/src/main/java/org/acegisecurity/providers/ldap/DefaultInitialDirContextFactory.java
index 2e99c48ec6..5774288dcf 100644
--- a/core/src/main/java/org/acegisecurity/providers/ldap/DefaultInitialDirContextFactory.java
+++ b/core/src/main/java/org/acegisecurity/providers/ldap/DefaultInitialDirContextFactory.java
@@ -46,9 +46,9 @@ import org.apache.commons.logging.LogFactory;
* binding with a specific username and password.
*
*
- * The no-args version will bind anonymously or if a manager login has been configured
- * using the properties managerDn and managerPassword it will bind as
- * that user.
+ * The no-args version will bind anonymously unless a manager login has been configured
+ * using the properties managerDn and managerPassword, in which case
+ * it will bind as the manager user.
*
*
* Connection pooling is enabled by default for anonymous or manager connections, but