소스 검색

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.