diff --git a/hippo4j-common/src/main/java/cn/hippo4j/common/constant/ChangeThreadPoolConstants.java b/hippo4j-common/src/main/java/cn/hippo4j/common/constant/ChangeThreadPoolConstants.java index 3e7a7773..0d892c8d 100644 --- a/hippo4j-common/src/main/java/cn/hippo4j/common/constant/ChangeThreadPoolConstants.java +++ b/hippo4j-common/src/main/java/cn/hippo4j/common/constant/ChangeThreadPoolConstants.java @@ -22,7 +22,10 @@ package cn.hippo4j.common.constant; */ public class ChangeThreadPoolConstants { - public static final String CHANGE_THREAD_POOL_TEXT = "Dynamic thread pool change parameter: [{}]" + + /** + * Dynamic thread pool parameter change text + */ + public static final String CHANGE_THREAD_POOL_TEXT = " [{}] Dynamic thread pool change parameter." + "\n corePoolSize: [{}]" + "\n maximumPoolSize: [{}]" + "\n capacity: [{}]" + @@ -31,5 +34,8 @@ public class ChangeThreadPoolConstants { "\n rejectedType: [{}]" + "\n allowCoreThreadTimeOut: [{}]"; + /** + * Dynamic thread pool parameter change separator + */ public static final String CHANGE_DELIMITER = "%s => %s"; }