From 55e552a846a8d0f8c9c70ca043bc55ee34cbe751 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 21 Oct 2005 07:38:57 +0000 Subject: [PATCH] Fix incorrect packages. --- doc/docbook/acegi.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml index 8aebd61e9e..e53b18b2a9 100644 --- a/doc/docbook/acegi.xml +++ b/doc/docbook/acegi.xml @@ -579,7 +579,7 @@ <property name="attributes"><ref local="attributes"/></property> </bean> -<bean id="bankManagerSecurity" class="net.sf.acegisecurity.intercept.method.MethodSecurityInterceptor"> +<bean id="bankManagerSecurity" class="net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor"> <property name="validateConfigAttributes"><value>false</value></property> <property name="authenticationManager"><ref bean="authenticationManager"/></property> <property name="accessDecisionManager"><ref bean="accessDecisionManager"/></property> @@ -626,7 +626,7 @@ <property name="attributes"><ref local="attributes"/></property> </bean> -<bean id="bankManagerSecurity" class="net.sf.acegisecurity.intercept.method.MethodSecurityInterceptor"> +<bean id="bankManagerSecurity" class="net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor"> <property name="validateConfigAttributes"><value>false</value></property> <property name="authenticationManager"><ref bean="authenticationManager"/></property> <property name="accessDecisionManager"><ref bean="accessDecisionManager"/></property>