Browse Source

SEC-419: Added the right logger class in CollectionFilterer

Vishal Puri 18 years ago
parent
commit
09fd79bc64

+ 1 - 1
core/src/main/java/org/acegisecurity/afterinvocation/CollectionFilterer.java

@@ -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 ================================================================================================