We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b8e4e commit b3306f4Copy full SHA for b3306f4
spring-web/src/test/java/org/springframework/web/context/request/async/WebAsyncManagerTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -380,6 +380,7 @@ public Object call() throws Exception {
380
private static class SyncTaskExecutor extends SimpleAsyncTaskExecutor {
381
382
@Override
383
+ @SuppressWarnings("deprecation")
384
public void execute(Runnable task, long startTimeout) {
385
task.run();
386
}
0 commit comments