From e84c6b31eb803daf7f99cb56bd5afc473fc402bc Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Tue, 17 Jul 2007 20:08:18 +0000 Subject: [PATCH] Removed unused import. --- .../springframework/ldap/samples/person/dao/PersonDaoImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-ldap-person/src/main/java/org/springframework/ldap/samples/person/dao/PersonDaoImpl.java b/spring-ldap-person/src/main/java/org/springframework/ldap/samples/person/dao/PersonDaoImpl.java index 660d945f..d6ba390a 100644 --- a/spring-ldap-person/src/main/java/org/springframework/ldap/samples/person/dao/PersonDaoImpl.java +++ b/spring-ldap-person/src/main/java/org/springframework/ldap/samples/person/dao/PersonDaoImpl.java @@ -17,8 +17,6 @@ package org.springframework.ldap.samples.person.dao; import java.util.List; -import javax.naming.Name; - import org.springframework.ldap.core.ContextMapper; import org.springframework.ldap.core.DirContextAdapter; import org.springframework.ldap.core.DirContextOperations;