SEC-449: Remoned unnecessary declaration of ContextMapper interface.

This commit is contained in:
Luke Taylor 2007-09-14 14:11:57 +00:00
parent d208cf3824
commit 97ef5f389f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ import javax.naming.directory.InitialDirContext;
* @see <a href="http://java.sun.com/products/jndi/tutorial/ldap/connect/pool.html">The Java tutorial's guide to LDAP
* connection pooling</a>
*/
public class DefaultInitialDirContextFactory implements InitialDirContextFactory, MessageSourceAware, ContextSource {
public class DefaultInitialDirContextFactory implements InitialDirContextFactory, MessageSourceAware {
//~ Static fields/initializers =====================================================================================
private static final Log logger = LogFactory.getLog(DefaultInitialDirContextFactory.class);