1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Fix package name in manual code

This commit is contained in:
Luke Taylor
2014-03-27 13:08:23 +00:00
parent c411014c24
commit 71ba977dad
+1 -1
View File
@@ -2936,7 +2936,7 @@ The beans required in an application context to enable remember-me services are
</bean>
<bean id="rememberMeAuthenticationProvider" class=
"org.springframework.security.authentication.rememberme.RememberMeAuthenticationProvider">
"org.springframework.security.authentication.RememberMeAuthenticationProvider">
<property name="key" value="springRocks"/>
</bean>
----