Explorar o código

Fix package name in manual code

Luke Taylor %!s(int64=11) %!d(string=hai) anos
pai
achega
71ba977dad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/manual/src/asciidoc/index.adoc

+ 1 - 1
docs/manual/src/asciidoc/index.adoc

@@ -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>
 ----