Browse Source

Corrected Javadoc typo.

Luke Taylor 16 years ago
parent
commit
b7557d017e

+ 1 - 1
core/src/main/java/org/springframework/security/ui/rememberme/PersistentTokenBasedRememberMeServices.java

@@ -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>
  *