From 2c79ce7d34402a4cf51f8ef516cff9707eb7bf71 Mon Sep 17 00:00:00 2001 From: alexli <46749051+alexhaoxuan@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:08:43 +0800 Subject: [PATCH] Update hippo4j-server-start.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix:修改文档返回值不对问题 --- docs/docs/user_docs/getting-started/hippo4j-server-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/user_docs/getting-started/hippo4j-server-start.md b/docs/docs/user_docs/getting-started/hippo4j-server-start.md index d5f4238b..859776b1 100644 --- a/docs/docs/user_docs/getting-started/hippo4j-server-start.md +++ b/docs/docs/user_docs/getting-started/hippo4j-server-start.md @@ -101,7 +101,7 @@ public class ThreadPoolConfig { .threadPoolId(threadPoolId) .dynamicPool() .build(); - return dynamicExecutor; + return messageProduceDynamicExecutor; } }