Corrected package name in Javadoc.
This commit is contained in:
+2
-3
@@ -31,7 +31,7 @@ import javax.servlet.http.HttpSessionListener;
|
||||
* Declared in web.xml as
|
||||
* <pre>
|
||||
* <listener>
|
||||
* <listener-class>org.springframework.security.ui.session.HttpSessionEventPublisher</listener-class>
|
||||
* <listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
|
||||
* </listener>
|
||||
* </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) {
|
||||
|
||||
Reference in New Issue
Block a user