Skip to content

Commit 30c5200

Browse files
committed
Update to match change in Spring Framework master
1 parent b81d1b9 commit 30c5200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/samples/mvc/async/TimeoutCallableProcessingInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public class TimeoutCallableProcessingInterceptor extends CallableProcessingInterceptorAdapter {
99

1010
@Override
11-
public <T> Object afterTimeout(NativeWebRequest request, Callable<T> task) throws Exception {
11+
public <T> Object handleTimeout(NativeWebRequest request, Callable<T> task) throws Exception {
1212
throw new IllegalStateException("[" + task.getClass().getName() + "] timed out");
1313
}
1414

0 commit comments

Comments
 (0)