Skip to content

Commit 71ba977

Browse files
committed
Fix package name in manual code
1 parent c411014 commit 71ba977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2936,7 +2936,7 @@ The beans required in an application context to enable remember-me services are
29362936
</bean>
29372937

29382938
<bean id="rememberMeAuthenticationProvider" class=
2939-
"org.springframework.security.authentication.rememberme.RememberMeAuthenticationProvider">
2939+
"org.springframework.security.authentication.RememberMeAuthenticationProvider">
29402940
<property name="key" value="springRocks"/>
29412941
</bean>
29422942
----

0 commit comments

Comments
 (0)