From 1b8cdb654c44acaa7d78790368a6cdbf3378446e Mon Sep 17 00:00:00 2001 From: wulang Date: Wed, 12 Oct 2022 20:34:49 +0800 Subject: [PATCH] docs:delete redundancy rows --- .../user_docs/getting_started/server/hippo4j-server-start.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/user_docs/getting_started/server/hippo4j-server-start.md b/docs/docs/user_docs/getting_started/server/hippo4j-server-start.md index 70e6d0a2..54a043b3 100644 --- a/docs/docs/user_docs/getting_started/server/hippo4j-server-start.md +++ b/docs/docs/user_docs/getting_started/server/hippo4j-server-start.md @@ -69,13 +69,11 @@ spring: package cn.hippo4j.example; import cn.hippo4j.core.executor.DynamicThreadPool; -import cn.hippo4j.core.executor.support.ResizableCapacityLinkedBlockIngQueue; import cn.hippo4j.core.executor.support.ThreadPoolBuilder; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import java.util.concurrent.ThreadPoolExecutor; -import java.util.concurrent.TimeUnit; @Configuration public class ThreadPoolConfig {