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…
Reference in New Issue