SEC-1722: Correct javadoc

This commit is contained in:
Luke Taylor 2011-04-22 11:49:48 +01:00
parent 8178371927
commit dd108041a0

View File

@ -20,7 +20,7 @@ import javax.servlet.http.HttpSession;
import org.springframework.security.core.session.SessionCreationEvent;
/**
* Published by the {@link HttpSessionEventPublisher} when a HttpSession is destroyed by the container
* Published by the {@link HttpSessionEventPublisher} when an {@code HttpSession} is created by the container
*
* @author Ray Krueger
* @author Luke Taylor