Fixed typo in author.

This commit is contained in:
Ulrik Sandberg
2008-10-26 20:13:23 +00:00
parent 3cc7d2476d
commit 0250538e6c
6 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ import org.springframework.ldap.samples.article.domain.Person;
/**
* Data Access Object interface for the Person entity.
*
* @author Mattias Hellborg Arthurssonrthursson
* @author Mattias Hellborg Arthursson
* @author Ulrik Sandberg
*/
public interface PersonDao {

View File

@@ -44,7 +44,7 @@ import org.springframework.ldap.samples.article.domain.Person;
* the distinguished name. However, we do use it in one method that only needs a
* single attribute: {@link #getAllPersonNames()}.
*
* @author Mattias Hellborg Arthurssonrthursson
* @author Mattias Hellborg Arthursson
* @author Ulrik Sandberg
*/
public class PersonDaoImpl implements PersonDao {

View File

@@ -41,7 +41,7 @@ import org.springframework.ldap.samples.article.domain.Person;
* {@link Attribute}, and {@link NamingEnumeration}. The purpose is to
* contrast this implementation with that of {@link PersonDaoImpl}.
*
* @author Mattias Hellborg Arthurssonrthursson
* @author Mattias Hellborg Arthursson
* @author Ulrik Sandberg
*/
public class TraditionalPersonDaoImpl implements

View File

@@ -23,7 +23,7 @@ import org.apache.commons.lang.builder.ToStringStyle;
/**
* Simple class representing a single person.
*
* @author Mattias Hellborg Arthurssonrthursson
* @author Mattias Hellborg Arthursson
* @author Ulrik Sandberg
*/
public class Person {

View File

@@ -23,7 +23,7 @@ import org.apache.commons.lang.builder.ToStringStyle;
/**
* Simple class representing a single person.
*
* @author Mattias Hellborg Arthurssonrthursson
* @author Mattias Hellborg Arthursson
* @author Ulrik Sandberg
*/
public class Person {

View File

@@ -36,7 +36,7 @@ import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
/**
* Verifies that LdapTemplate search methods work against OpenLDAP with TLS.
*
* @author Mattias Hellborg Arthurssonrthursson
* @author Mattias Hellborg Arthursson
*/
@ContextConfiguration(locations = { "/conf/ldapTemplateTestContext-tls.xml" })
public class LdapTemplateSearchResultITest extends AbstractJUnit4SpringContextTests {