From de46d236848c5786d2537a81d412c6b53bf6e665 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Sun, 26 Oct 2008 17:05:29 +0000 Subject: [PATCH] Fixed typos and formatting. --- samples/article/pom.xml | 13 +++++++++---- samples/article/readme.txt | 2 +- .../dao/AbstractPersonDaoIntegrationTest.java | 2 +- .../article/dao/PersonDaoImplIntegrationTest.java | 2 +- .../TraditionalPersonDaoImplIntegrationTest.java | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/samples/article/pom.xml b/samples/article/pom.xml index 3f91c102..dd7756d6 100644 --- a/samples/article/pom.xml +++ b/samples/article/pom.xml @@ -73,9 +73,14 @@ \ No newline at end of file diff --git a/samples/article/readme.txt b/samples/article/readme.txt index 97989434..492ff22f 100644 --- a/samples/article/readme.txt +++ b/samples/article/readme.txt @@ -1,7 +1,7 @@ Sample application demonstrating how to do the most basic stuff in Spring LDAP A very simple dao implementation is provided in org.springframework.ldap.samples.article.dao.PersonDaoImpl -It demonstrates some basic operations using Spring LDAP. For recerence purposes, +It demonstrates some basic operations using Spring LDAP. For reference purposes, a corresponding implementation using ordinary Java LDAP/JNDI implementation is available in TraditionalPersonDaoImpl. diff --git a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/AbstractPersonDaoIntegrationTest.java b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/AbstractPersonDaoIntegrationTest.java index 43ce6d63..e9e63f95 100644 --- a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/AbstractPersonDaoIntegrationTest.java +++ b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/AbstractPersonDaoIntegrationTest.java @@ -25,7 +25,7 @@ import org.springframework.test.AbstractDependencyInjectionSpringContextTests; /** * Abstract base class for PersonDao integration tests. * - * @author Mattias Hellborg Arthurssonrthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public abstract class AbstractPersonDaoIntegrationTest diff --git a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java index dd013179..928207fd 100644 --- a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java +++ b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java @@ -20,7 +20,7 @@ import org.springframework.ldap.samples.article.dao.PersonDaoImpl; /** * Integration tests for the PersonDaoImpl class. * - * @author Mattias Hellborg Arthurssonrthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class PersonDaoImplIntegrationTest extends diff --git a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImplIntegrationTest.java b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImplIntegrationTest.java index 4fd062d5..e2ce5377 100644 --- a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImplIntegrationTest.java +++ b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImplIntegrationTest.java @@ -20,7 +20,7 @@ import org.springframework.ldap.samples.article.dao.TraditionalPersonDaoImpl; /** * Integration tests for the TraditionalPersonDaoImpl class. * - * @author Mattias Hellborg Arthurssonrthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class TraditionalPersonDaoImplIntegrationTest