Add @since

Issue gh-9514
This commit is contained in:
Josh Cummings 2021-06-07 13:41:22 -06:00
parent 80743a267c
commit e1e31939a3
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -48,6 +48,7 @@ public class DelegatingSecurityContextTaskScheduler implements TaskScheduler {
* @param securityContext the {@link SecurityContext} to use for each
* {@link DelegatingSecurityContextRunnable} or null to default to the current
* {@link SecurityContext}
* @since 5.6
*/
public DelegatingSecurityContextTaskScheduler(TaskScheduler delegateTaskScheduler,
SecurityContext securityContext) {