From ec81e780b2117975a70c9507340442facebac63b Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 22 Apr 2008 22:27:51 +0000 Subject: [PATCH] Import cleaning. --- .../org/springframework/security/util/AntUrlPathMatcher.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/main/java/org/springframework/security/util/AntUrlPathMatcher.java b/core/src/main/java/org/springframework/security/util/AntUrlPathMatcher.java index 40e8f7404e..50be0afe6c 100644 --- a/core/src/main/java/org/springframework/security/util/AntUrlPathMatcher.java +++ b/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.