Skip to content

Commit

Permalink
Modify the changeable capacity thread pool name
Browse files Browse the repository at this point in the history
  • Loading branch information
magestacks committed Jun 7, 2022
1 parent 4e7265c commit e4c36f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e4c36f8

Please sign in to comment.