Change MvcSimpleAsyncTaskExecutor.taskExecutorWarning to primitive boolean

This commit is contained in:
Sam Brannen
2023-07-19 13:21:57 +03:00
parent b2ca36f098
commit 05956d4028

View File

@@ -1048,7 +1048,7 @@ public class RequestMappingHandlerAdapter extends AbstractHandlerMethodAdapter
@SuppressWarnings("serial")
private class MvcSimpleAsyncTaskExecutor extends SimpleAsyncTaskExecutor {
private static Boolean taskExecutorWarning = true;
private static boolean taskExecutorWarning = true;
public MvcSimpleAsyncTaskExecutor() {
super("MvcAsync");