File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
spring-context/src/main/java/org/springframework/scheduling/concurrent Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2021 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
36
36
* Base class for setting up a {@link java.util.concurrent.ExecutorService}
37
37
* (typically a {@link java.util.concurrent.ThreadPoolExecutor} or
38
38
* {@link java.util.concurrent.ScheduledThreadPoolExecutor}).
39
- * Defines common configuration settings and common lifecycle handling.
39
+ *
40
+ * <p>Defines common configuration settings and common lifecycle handling,
41
+ * inheriting thread customization options (name, priority, etc) from
42
+ * {@link org.springframework.util.CustomizableThreadCreator}.
40
43
*
41
44
* @author Juergen Hoeller
42
45
* @since 3.0
@@ -199,8 +202,7 @@ protected abstract ExecutorService initializeExecutor(
199
202
200
203
201
204
/**
202
- * Calls {@code shutdown} when the BeanFactory destroys
203
- * the task executor instance.
205
+ * Calls {@code shutdown} when the BeanFactory destroys the executor instance.
204
206
* @see #shutdown()
205
207
*/
206
208
@ Override
You can’t perform that action at this time.
0 commit comments