mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Corrected Javadoc typo.
This commit is contained in:
parent
ef3ea65fdb
commit
b7557d017e
@ -29,7 +29,7 @@ import org.springframework.util.Assert;
|
||||
*
|
||||
* <p>Note that while this class will use the date a token was created to check whether a presented cookie
|
||||
* is older than the configured <tt>tokenValiditySeconds</tt> property and deny authentication in this case,
|
||||
* it will to delete such tokens from the storage. A suitable batch process should be run periodically to
|
||||
* it will not delete these tokens from storage. A suitable batch process should be run periodically to
|
||||
* remove expired tokens from the database.
|
||||
* </p>
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user