From c9061f388c6f75e9e649f12fb20e778c77470ae8 Mon Sep 17 00:00:00 2001 From: hellozrh <455741807@qq.com> Date: Mon, 16 Jan 2023 15:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=B9=E6=B3=95=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=EF=BC=8C=E4=BF=9D=E8=AF=81=E5=87=86=E7=A1=AE=E6=80=A7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/hutool/core/collection/CollUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hutool-core/src/main/java/cn/hutool/core/collection/CollUtil.java b/hutool-core/src/main/java/cn/hutool/core/collection/CollUtil.java index c89186805..9b190c584 100755 --- a/hutool-core/src/main/java/cn/hutool/core/collection/CollUtil.java +++ b/hutool-core/src/main/java/cn/hutool/core/collection/CollUtil.java @@ -1654,7 +1654,7 @@ public class CollUtil { /** * 集合是否为空。 - * 如果集合中所有元素为null或空白串,也认为此集合为空。 + * 如果集合中所有元素为null或空串,也认为此集合为空。 * @param collection * @return */ @@ -1673,7 +1673,7 @@ public class CollUtil { /** * 集合是否为非空。 - * 集合长度大于0,且所有元素中至少有一个不为null或空白串。 + * 集合长度大于0,且所有元素中至少有一个不为null或空串。 * @param collection * @return */