소스 검색

LazyCsrfTokenRepository: fix a typo in javadoc.

Slava Semushin 6 년 전
부모
커밋
d8d9abed2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/main/java/org/springframework/security/web/csrf/LazyCsrfTokenRepository.java

+ 1 - 1
web/src/main/java/org/springframework/security/web/csrf/LazyCsrfTokenRepository.java

@@ -60,7 +60,7 @@ public final class LazyCsrfTokenRepository implements CsrfTokenRepository {
 
 	/**
 	 * Does nothing if the {@link CsrfToken} is not null. Saving is done only when the
-	 * {@link CsrfToken#getToken()} iis accessed from
+	 * {@link CsrfToken#getToken()} is accessed from
 	 * {@link #generateToken(HttpServletRequest)}. If it is null, then the save is
 	 * performed immediately.
 	 */