1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Typo in Javadoc.

This commit is contained in:
Luke Taylor
2011-04-14 15:04:37 +01:00
parent ef72dd1986
commit f9625836bb
@@ -15,7 +15,7 @@ import org.springframework.util.Assert;
* ContextSource implementation which uses Spring LDAP's <tt>LdapContextSource</tt> as a base
* class. Used internally by the Spring Security LDAP namespace configuration.
* <p>
* From Spring Security 2.5, Spring LDAP 1.3 is used and the <tt>ContextSource</tt> interface
* From Spring Security 3.0, Spring LDAP 1.3 is used and the <tt>ContextSource</tt> interface
* provides support for binding with a username and password. As a result, Spring LDAP <tt>ContextSource</tt>
* implementations such as <tt>LdapContextSource</tt> may be used directly with Spring Security.
* <p>