mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Add @since
Issue gh-9514
This commit is contained in:
parent
80743a267c
commit
e1e31939a3
@ -48,6 +48,7 @@ public class DelegatingSecurityContextTaskScheduler implements TaskScheduler {
|
|||||||
* @param securityContext the {@link SecurityContext} to use for each
|
* @param securityContext the {@link SecurityContext} to use for each
|
||||||
* {@link DelegatingSecurityContextRunnable} or null to default to the current
|
* {@link DelegatingSecurityContextRunnable} or null to default to the current
|
||||||
* {@link SecurityContext}
|
* {@link SecurityContext}
|
||||||
|
* @since 5.6
|
||||||
*/
|
*/
|
||||||
public DelegatingSecurityContextTaskScheduler(TaskScheduler delegateTaskScheduler,
|
public DelegatingSecurityContextTaskScheduler(TaskScheduler delegateTaskScheduler,
|
||||||
SecurityContext securityContext) {
|
SecurityContext securityContext) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user