浏览代码

Import cleaning.

Luke Taylor 17 年之前
父节点
当前提交
ec81e780b2
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/src/main/java/org/springframework/security/util/AntUrlPathMatcher.java

+ 0 - 2
core/src/main/java/org/springframework/security/util/AntUrlPathMatcher.java

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