From b671aeb80f0f8ea1751abd28bbb6d0bca5ed962e Mon Sep 17 00:00:00 2001 From: Looly Date: Sun, 20 Jun 2021 01:16:13 +0800 Subject: [PATCH] fix comment --- .../main/java/cn/hutool/core/util/PrimitiveArrayUtil.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hutool-core/src/main/java/cn/hutool/core/util/PrimitiveArrayUtil.java b/hutool-core/src/main/java/cn/hutool/core/util/PrimitiveArrayUtil.java index 6a8dd8a31..f47906cb4 100644 --- a/hutool-core/src/main/java/cn/hutool/core/util/PrimitiveArrayUtil.java +++ b/hutool-core/src/main/java/cn/hutool/core/util/PrimitiveArrayUtil.java @@ -1593,6 +1593,7 @@ public class PrimitiveArrayUtil { * * @param array 数组 * @param conjunction 分隔符 + * @return 连接后的字符串 * @deprecated 请使用 {@link ArrayUtil#join(Object, CharSequence)} */ @Deprecated @@ -1619,6 +1620,7 @@ public class PrimitiveArrayUtil { * * @param array 数组 * @param conjunction 分隔符 + * @return 连接后的字符串 * @deprecated 请使用 {@link ArrayUtil#join(Object, CharSequence)} */ @Deprecated @@ -1645,6 +1647,7 @@ public class PrimitiveArrayUtil { * * @param array 数组 * @param conjunction 分隔符 + * @return 连接后的字符串 * @deprecated 请使用 {@link ArrayUtil#join(Object, CharSequence)} */ @Deprecated @@ -1671,6 +1674,7 @@ public class PrimitiveArrayUtil { * * @param array 数组 * @param conjunction 分隔符 + * @return 连接后的字符串 * @deprecated 请使用 {@link ArrayUtil#join(Object, CharSequence)} */ @Deprecated @@ -1697,6 +1701,7 @@ public class PrimitiveArrayUtil { * * @param array 数组 * @param conjunction 分隔符 + * @return 连接后的字符串 * @deprecated 请使用 {@link ArrayUtil#join(Object, CharSequence)} */ @Deprecated