We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00a030 commit ad9bb7fCopy full SHA for ad9bb7f
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