1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Corrected package name in Javadoc.

This commit is contained in:
Luke Taylor
2009-12-07 21:44:02 +00:00
parent a5ed2e579e
commit 075e7a15ad
@@ -31,7 +31,7 @@ import javax.servlet.http.HttpSessionListener;
* Declared in web.xml as
* <pre>
* &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;
* </pre>
*
@@ -40,14 +40,13 @@ import javax.servlet.http.HttpSessionListener;
* javax.servlet.http.HttpSessionListener.sessionDestroyed() to {@link HttpSessionDestroyedEvent}.
*
* @author Ray Krueger
* @version $Id$
*/
public class HttpSessionEventPublisher implements HttpSessionListener {
//~ Static fields/initializers =====================================================================================
private static final Log log = LogFactory.getLog(HttpSessionEventPublisher.class);
//~ Instance fields ================================================================================================
//~ Methods ========================================================================================================
ApplicationContext getContext(ServletContext servletContext) {