Skip to content

Commit a5464ed

Browse files
ghustamarcusdacoregio
authored andcommitted
Fix typo in DefaultLoginPageConfigurer Javadoc
'isLogoutRequest' seems to have nothing to do here.
1 parent 52c7141 commit a5464ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/DefaultLoginPageConfigurer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
*
5151
* <h2>Shared Objects Created</h2>
5252
*
53-
* No shared objects are created. isLogoutRequest
53+
* No shared objects are created.
54+
*
5455
* <h2>Shared Objects Used</h2>
5556
*
5657
* The following shared objects are used:

0 commit comments

Comments
 (0)