Skip to content

Commit 4d5c17a

Browse files
author
zhangquanli
committed
程序清单 8-6 自定义的线程工厂
1 parent fe70ee7 commit 4d5c17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/chapter_08/code_06/MyThreadFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.util.concurrent.ThreadFactory;
66

77
/**
8-
* Custom thread factory
8+
* 程序清单 8-6 自定义的线程工厂
99
*/
1010
public class MyThreadFactory implements ThreadFactory {
1111
private final String poolName;

0 commit comments

Comments
 (0)