We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48344d8 commit 82dbce4Copy full SHA for 82dbce4
config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java
@@ -1471,7 +1471,7 @@ public HttpSecurity servletApi(Customizer<ServletApiConfigurer<HttpSecurity>> se
1471
* }
1472
* </pre>
1473
*
1474
- * @return the {@link ServletApiConfigurer} for further customizations
+ * @return the {@link CsrfConfigurer} for further customizations
1475
* @throws Exception
1476
*/
1477
public CsrfConfigurer<HttpSecurity> csrf() throws Exception {
0 commit comments