Corrected Javadoc typo.

This commit is contained in:
Luke Taylor 2009-03-16 07:10:12 +00:00
parent ef3ea65fdb
commit b7557d017e

View File

@ -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 * <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, * 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. * remove expired tokens from the database.
* </p> * </p>
* *