Skip to content

Commit fd65dc6

Browse files
Merge branch '5.7.x' into 5.8.x
2 parents c75ee25 + 5eefe9d commit fd65dc6

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

304304
/**
305305
* Controls the maximum number of sessions for a user. The default is to allow any
306-
* number of users.
306+
* number of sessions.
307307
* @param maximumSessions the maximum number of sessions for a user
308308
* @return the {@link SessionManagementConfigurer} for further customizations
309309
*/

0 commit comments

Comments
 (0)