LazyCsrfTokenRepository: fix a typo in javadoc.

This commit is contained in:
Slava Semushin 2018-12-23 15:14:28 +00:00 committed by Rob Winch
parent 993e11dcd3
commit d8d9abed2a
1 changed files with 1 additions and 1 deletions

View File

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