mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 22:32:43 +00:00
LazyCsrfTokenRepository: fix a typo in javadoc.
This commit is contained in:
parent
a02d6ad2a4
commit
8bc0ef86da
@ -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
|
* 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
|
* {@link #generateToken(HttpServletRequest)}. If it is null, then the save is
|
||||||
* performed immediately.
|
* performed immediately.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user