mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 20:42:14 +00:00
Remove Unused loggers
Closes gh-16319
This commit is contained in:
parent
c72359bf4b
commit
38523faaa0
@ -23,8 +23,6 @@ import java.util.Map;
|
||||
import java.util.Objects;
|
||||
|
||||
import jakarta.servlet.http.HttpServletRequest;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
@ -37,8 +35,6 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public final class AndRequestMatcher implements RequestMatcher {
|
||||
|
||||
private final Log logger = LogFactory.getLog(getClass());
|
||||
|
||||
private final List<RequestMatcher> requestMatchers;
|
||||
|
||||
/**
|
||||
|
@ -17,8 +17,6 @@
|
||||
package org.springframework.security.web.util.matcher;
|
||||
|
||||
import jakarta.servlet.http.HttpServletRequest;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
@ -33,8 +31,6 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public class NegatedRequestMatcher implements RequestMatcher {
|
||||
|
||||
private final Log logger = LogFactory.getLog(getClass());
|
||||
|
||||
private final RequestMatcher requestMatcher;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user