Fixed typos.
This commit is contained in:
@@ -62,7 +62,7 @@ public class AcegiAuthenticationSourceITest extends
|
||||
assertEquals("password", tested.getCredentials());
|
||||
}
|
||||
|
||||
public void testSearchIndiviualAuthentication() {
|
||||
public void testSearchIndividualAuthentication() {
|
||||
Authentication authentication = ldapAuthProvider
|
||||
.authenticate(new UsernamePasswordAuthenticationToken(
|
||||
"Some Person3", "password"));
|
||||
|
||||
@@ -42,7 +42,7 @@ public class LdapRdnComponent implements Comparable, Serializable {
|
||||
/**
|
||||
* Constructs an LdapRdnComponent without decoding the value.
|
||||
*
|
||||
* @param key the Atttribute name.
|
||||
* @param key the Attribute name.
|
||||
* @param value the Attribute value.
|
||||
*/
|
||||
public LdapRdnComponent(String key, String value) {
|
||||
|
||||
Reference in New Issue
Block a user