Browse Source

Fix package name in manual code

pull/47/merge
Luke Taylor 12 years ago
parent
commit
71ba977dad
  1. 2
      docs/manual/src/asciidoc/index.adoc

2
docs/manual/src/asciidoc/index.adoc

@ -2936,7 +2936,7 @@ The beans required in an application context to enable remember-me services are @@ -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>
----

Loading…
Cancel
Save