From d3192f86fc8556602d59a40ff0a84285fd65ed89 Mon Sep 17 00:00:00 2001 From: Qchen Date: Fri, 27 Apr 2018 22:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Java 并发.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/Java 并发.md b/notes/Java 并发.md index 29005b7b..61c9fdb8 100644 --- a/notes/Java 并发.md +++ b/notes/Java 并发.md @@ -189,7 +189,7 @@ public static void main(String[] args) { ## Executor -Executor 管理多个异步任务的执行,而无需程序员显示地管理线程的生命周期。 +Executor 管理多个异步任务的执行,而无需程序员显式地管理线程的生命周期。 主要有三种 Executor: