Преглед на файлове

Corrected Javadoc typo.

Luke Taylor преди 16 години
родител
ревизия
b7557d017e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/src/main/java/org/springframework/security/ui/rememberme/PersistentTokenBasedRememberMeServices.java

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