Skip to content

Commit 8c7daa8

Browse files
committed
Polishing
1 parent 46d171a commit 8c7daa8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

spring-context/src/main/java/org/springframework/scheduling/concurrent/ExecutorConfigurationSupport.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -36,7 +36,10 @@
3636
* Base class for setting up a {@link java.util.concurrent.ExecutorService}
3737
* (typically a {@link java.util.concurrent.ThreadPoolExecutor} or
3838
* {@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}.
4043
*
4144
* @author Juergen Hoeller
4245
* @since 3.0
@@ -199,8 +202,7 @@ protected abstract ExecutorService initializeExecutor(
199202

200203

201204
/**
202-
* Calls {@code shutdown} when the BeanFactory destroys
203-
* the task executor instance.
205+
* Calls {@code shutdown} when the BeanFactory destroys the executor instance.
204206
* @see #shutdown()
205207
*/
206208
@Override

0 commit comments

Comments
 (0)