Skip to content

Commit 5eefe9d

Browse files
martin-tarjanyimarcusdacoregio
authored andcommitted
Fix typo in SessionManagementConfigurer javadoc
1 parent 98321b7 commit 5eefe9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public SessionManagementConfigurer<H> sessionFixation(
288288

289289
/**
290290
* Controls the maximum number of sessions for a user. The default is to allow any
291-
* number of users.
291+
* number of sessions.
292292
* @param maximumSessions the maximum number of sessions for a user
293293
* @return the {@link SessionManagementConfigurer} for further customizations
294294
*/

0 commit comments

Comments
 (0)