From ef284530d00f6e7c3487503304af484729610263 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Wed, 28 Jan 2009 20:01:50 +0000 Subject: [PATCH] Fixed typo. Removed unused folders. --- .../ldap/samples/article/dao/PersonDaoImplIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/article/src/test/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java b/samples/article/src/test/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java index dd013179..928207fd 100644 --- a/samples/article/src/test/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java +++ b/samples/article/src/test/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