We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633e5b8 commit a485109Copy full SHA for a485109
config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java
@@ -723,7 +723,7 @@ public ServletApiConfigurer<HttpSecurity> servletApi() throws Exception {
723
* }
724
* </pre>
725
*
726
- * @return the {@link ServletApiConfigurer} for further customizations
+ * @return the {@link CsrfConfigurer} for further customizations
727
* @throws Exception
728
*/
729
public CsrfConfigurer<HttpSecurity> csrf() throws Exception {
0 commit comments