2
0
Эх сурвалжийг харах

Fix HttpSessionEventPublisher package name in FAQ.

Luke Taylor 12 жил өмнө
parent
commit
6ebb9abfb7

+ 1 - 1
docs/faq/src/docbook/faq.xml

@@ -424,7 +424,7 @@
                             information will not be removed from the registry.</para>
                             information will not be removed from the registry.</para>
                         <programlisting language="xml"><![CDATA[
                         <programlisting language="xml"><![CDATA[
     <listener>
     <listener>
-        <listener-class>org.springframework.security.ui.session.HttpSessionEventPublisher</listener-class>
+        <listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
     </listener> ]]>
     </listener> ]]>
             </programlisting>
             </programlisting>
                     </answer>
                     </answer>