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 31afb9c76d
commit fabadff5f1
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,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>
]]>