SEC-209: Make eventPublisher protected.

This commit is contained in:
Ben Alex 2006-03-07 13:04:12 +00:00
parent 3b9718c430
commit 51f1b33af9

View File

@ -135,7 +135,7 @@ public abstract class AbstractProcessingFilter implements Filter,
//~ Instance fields ========================================================
private ApplicationEventPublisher eventPublisher;
protected ApplicationEventPublisher eventPublisher;
private AuthenticationManager authenticationManager;
protected MessageSourceAccessor messages = AcegiMessageSource.getAccessor();
private Properties exceptionMappings = new Properties();