1
0
mirror of synced 2026-07-19 09:35:12 +00:00

SEC-1597: Corrected bean class name for RememberMeAuthenticationProvider in docbook source.

This commit is contained in:
Luke Taylor
2010-10-23 18:20:59 +01:00
parent 399e921d14
commit cbdf77e991
@@ -143,7 +143,7 @@
</bean>
<bean id="rememberMeAuthenticationProvider" class=
"org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationProvider">
"org.springframework.security.authentication.rememberme.RememberMeAuthenticationProvider">
<property name="key" value="springRocks"/>
</bean>
]]>