Import cleaning.

This commit is contained in:
Luke Taylor 2008-04-22 22:27:51 +00:00
parent 599d9fea04
commit ec81e780b2

View File

@ -2,8 +2,6 @@ package org.springframework.security.util;
import org.springframework.util.PathMatcher; import org.springframework.util.PathMatcher;
import org.springframework.util.AntPathMatcher; import org.springframework.util.AntPathMatcher;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
/** /**
* Ant path strategy for URL matching. * Ant path strategy for URL matching.