瀏覽代碼

Fix package name in manual code

Luke Taylor 11 年之前
父節點
當前提交
71ba977dad
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>
 ----