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

Corrected package name in Javadoc.

Luke Taylor 15 жил өмнө
parent
commit
075e7a15ad

+ 2 - 3
web/src/main/java/org/springframework/security/web/session/HttpSessionEventPublisher.java

@@ -31,7 +31,7 @@ import javax.servlet.http.HttpSessionListener;
  * Declared in web.xml as
  * Declared in web.xml as
  * <pre>
  * <pre>
  * &lt;listener&gt;
  * &lt;listener&gt;
- *     &lt;listener-class&gt;org.springframework.security.ui.session.HttpSessionEventPublisher&lt;/listener-class&gt;
+ *     &lt;listener-class&gt;org.springframework.security.web.session.HttpSessionEventPublisher&lt;/listener-class&gt;
  * &lt;/listener&gt;
  * &lt;/listener&gt;
  * </pre>
  * </pre>
  *
  *
@@ -40,14 +40,13 @@ import javax.servlet.http.HttpSessionListener;
  * javax.servlet.http.HttpSessionListener.sessionDestroyed() to {@link HttpSessionDestroyedEvent}.
  * javax.servlet.http.HttpSessionListener.sessionDestroyed() to {@link HttpSessionDestroyedEvent}.
  *
  *
  * @author Ray Krueger
  * @author Ray Krueger
+ * @version $Id$
  */
  */
 public class HttpSessionEventPublisher implements HttpSessionListener {
 public class HttpSessionEventPublisher implements HttpSessionListener {
     //~ Static fields/initializers =====================================================================================
     //~ Static fields/initializers =====================================================================================
 
 
     private static final Log log = LogFactory.getLog(HttpSessionEventPublisher.class);
     private static final Log log = LogFactory.getLog(HttpSessionEventPublisher.class);
 
 
-    //~ Instance fields ================================================================================================
-
     //~ Methods ========================================================================================================
     //~ Methods ========================================================================================================
 
 
     ApplicationContext getContext(ServletContext servletContext) {
     ApplicationContext getContext(ServletContext servletContext) {