소스 검색

Fix incorrect packages.

Ben Alex 20 년 전
부모
커밋
55e552a846
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/docbook/acegi.xml

+ 2 - 2
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>