Modify the changeable capacity thread pool name

pull/262/head v1.3.0
chen.ma 2 years ago
parent 4e7265c4fc
commit e4c36f8ab4

@ -66,9 +66,9 @@ public enum QueueTypeEnum {
PRIORITY_BLOCKING_QUEUE(6, "PriorityBlockingQueue"),
/**
* {@link "io.dynamic.threadpool.starter.toolkit.thread.ResizableCapacityLinkedBlockIngQueue"}
* {@link ResizableCapacityLinkedBlockingQueue}
*/
RESIZABLE_LINKED_BLOCKING_QUEUE(9, "ResizableCapacityLinkedBlockIngQueue");
RESIZABLE_LINKED_BLOCKING_QUEUE(9, "ResizableCapacityLinkedBlockingQueue");
public Integer type;

Loading…
Cancel
Save