From 679890d2e3cd7cb53ca586cea72ad1d5abb472e5 Mon Sep 17 00:00:00 2001 From: tianyaleixiaowu <272551766@qq.com> Date: Mon, 11 May 2020 21:55:34 +0800 Subject: [PATCH] update QuickStart.md. --- QuickStart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QuickStart.md b/QuickStart.md index 01c8cc9..0bbc812 100644 --- a/QuickStart.md +++ b/QuickStart.md @@ -26,7 +26,7 @@ com.gitee.jd-platform-opensource asyncTool - V1.2-SNAPSHOT + V1.3-SNAPSHOT ``` @@ -54,7 +54,7 @@ public interface IWorker { * @param object * object */ - V action(T object); + V action(T object, Map allWrappers); /** * 超时、异常时,返回的默认值