mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-14 06:13:30 +00:00
Fix typo in Javadoc of HttpSecurity#csrf()
`HttpSecurity#csrf()` obviously returns a `CsrfConfigurer`, while the Javadoc states that it returns the `ServletApiConfigurer`.
This commit is contained in:
parent
475a53233d
commit
d4ceabd7ac
@ -721,7 +721,7 @@ public final class HttpSecurity extends
|
|||||||
* }
|
* }
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @return the {@link ServletApiConfigurer} for further customizations
|
* @return the {@link CsrfConfigurer} for further customizations
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public CsrfConfigurer<HttpSecurity> csrf() throws Exception {
|
public CsrfConfigurer<HttpSecurity> csrf() throws Exception {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user