Skip to content

Commit e1e3193

Browse files
committed
Add @SInCE
Issue gh-9514
1 parent 80743a2 commit e1e3193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/springframework/security/scheduling/DelegatingSecurityContextTaskScheduler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public class DelegatingSecurityContextTaskScheduler implements TaskScheduler {
4848
* @param securityContext the {@link SecurityContext} to use for each
4949
* {@link DelegatingSecurityContextRunnable} or null to default to the current
5050
* {@link SecurityContext}
51+
* @since 5.6
5152
*/
5253
public DelegatingSecurityContextTaskScheduler(TaskScheduler delegateTaskScheduler,
5354
SecurityContext securityContext) {

0 commit comments

Comments
 (0)