소스 검색

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