浏览代码

SEC-1073: Correct class name in docbook namespace chapter.

Luke Taylor 16 年之前
父节点
当前提交
744ed17f84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/docbkx/namespace-config.xml

+ 1 - 1
src/docbkx/namespace-config.xml

@@ -763,7 +763,7 @@
     <para>
       We've touched on the idea that the namespace configuration automatically registers an authentication manager bean for
       you. This is an instance of Spring Security's <classname>ProviderManager</classname> class, which you may already 
-      be familiar with if you've used the framework before. You can't use a custom <classname>AuthenticationProvider</classname> if you are
+      be familiar with if you've used the framework before. You can't use a custom <classname>AuthenticationManager</classname> if you are
       using either HTTP or method security through the namespace, but this should not be a problem as you have full control over 
       the <classname>AuthenticationProvider</classname>s that are used.
     </para>