Fix misleading comment about SessionCreatedEvent

Fixes gh-678
This commit is contained in:
Gabor Csizmadia
2016-11-28 18:02:22 +01:00
committed by Vedran Pavic
parent 9a51cb9ca7
commit ebbc10b2b4

View File

@@ -21,7 +21,7 @@ import org.springframework.session.SessionRepository;
/**
* For {@link SessionRepository} implementations that support it, this event is fired when
* a {@link Session} is destroyed either explicitly or via expiration.
* a {@link Session} is created.
*
* @author Rob Winch
* @since 1.0