mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
SEC-419: Added the right logger class in CollectionFilterer
This commit is contained in:
parent
82f215700b
commit
09fd79bc64
@ -34,7 +34,7 @@ import java.util.Set;
|
||||
class CollectionFilterer implements Filterer {
|
||||
//~ Static fields/initializers =====================================================================================
|
||||
|
||||
protected static final Log logger = LogFactory.getLog(BasicAclEntryAfterInvocationCollectionFilteringProvider.class);
|
||||
protected static final Log logger = LogFactory.getLog(CollectionFilterer.class);
|
||||
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user