Fix typo in SessionManagementConfigurer javadoc

This commit is contained in:
Martin Tarjányi 2023-03-02 21:50:26 +01:00 committed by Marcus Da Coregio
parent 98321b769a
commit 5eefe9dcff
1 changed files with 1 additions and 1 deletions

View File

@ -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
* number of users.
* number of sessions.
* @param maximumSessions the maximum number of sessions for a user
* @return the {@link SessionManagementConfigurer} for further customizations
*/