You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter.java
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -388,10 +388,11 @@ public void setIgnoreDefaultModelOnRedirect(boolean ignoreDefaultModelOnRedirect
388
388
}
389
389
390
390
/**
391
-
* Set an AsyncTaskExecutor to use when a controller method returns a Callable.
392
-
* <p>The default is a {@link SimpleAsyncTaskExecutor}
393
-
*
394
-
* TODO... need a better default
391
+
* Set the AsyncTaskExecutor to use when a controller method returns a
392
+
* {@code Callable}.
393
+
* <p>The default instance type is a {@link SimpleAsyncTaskExecutor}.
394
+
* It's recommended to change that default in production as the simple
0 commit comments