mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
SEC-449: Remoned unnecessary declaration of ContextMapper interface.
This commit is contained in:
parent
d208cf3824
commit
97ef5f389f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user