Fix misleading comment about SessionCreatedEvent
Fixes gh-678
This commit is contained in:
committed by
Vedran Pavic
parent
9a51cb9ca7
commit
ebbc10b2b4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user