Skip to content

Commit 67645b3

Browse files
Merge branch '5.8.x' into 6.0.x
2 parents ed42dc4 + fd65dc6 commit 67645b3

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
@@ -324,7 +324,7 @@ public SessionManagementConfigurer<H> sessionFixation(
324324

325325
/**
326326
* Controls the maximum number of sessions for a user. The default is to allow any
327-
* number of users.
327+
* number of sessions.
328328
* @param maximumSessions the maximum number of sessions for a user
329329
* @return the {@link SessionManagementConfigurer} for further customizations
330330
*/

0 commit comments

Comments
 (0)