Removed unused import.

This commit is contained in:
Mattias Arthursson
2007-04-17 17:43:29 +00:00
parent 921d995c95
commit d945064b0d

View File

@@ -16,10 +16,6 @@
package org.springframework.ldap.core;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.commons.lang.StringUtils;
import org.springframework.ldap.BadLdapGrammarException;
/**