Browse Source

Fix typo in SessionManagementConfigurer javadoc

pull/12965/head
Martin Tarjányi 3 years ago committed by Marcus Da Coregio
parent
commit
5eefe9dcff
  1. 2
      config/src/main/java/org/springframework/security/config/annotation/web/configurers/SessionManagementConfigurer.java

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

@ -288,7 +288,7 @@ public final class SessionManagementConfigurer<H extends HttpSecurityBuilder<H>>
/** /**
* Controls the maximum number of sessions for a user. The default is to allow any * Controls the maximum number of sessions for a user. The default is to allow any
* number of users. * number of sessions.
* @param maximumSessions the maximum number of sessions for a user * @param maximumSessions the maximum number of sessions for a user
* @return the {@link SessionManagementConfigurer} for further customizations * @return the {@link SessionManagementConfigurer} for further customizations
*/ */

Loading…
Cancel
Save