SEC-974: Made getExceptionMappings() protected.

This commit is contained in:
Luke Taylor 2008-10-01 16:25:20 +00:00
parent af3c77f56f
commit 97381fb448

View File

@ -482,7 +482,7 @@ public abstract class AbstractProcessingFilter extends SpringSecurityFilter impl
this.defaultTargetUrl = defaultTargetUrl; this.defaultTargetUrl = defaultTargetUrl;
} }
Properties getExceptionMappings() { protected Properties getExceptionMappings() {
return new Properties(exceptionMappings); return new Properties(exceptionMappings);
} }