diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index f746df5dd..eaa6cf5af 100644 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-all diff --git a/hutool-aop/pom.xml b/hutool-aop/pom.xml index 1f065b5b4..9fd0763f5 100644 --- a/hutool-aop/pom.xml +++ b/hutool-aop/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-aop diff --git a/hutool-bloomFilter/pom.xml b/hutool-bloomFilter/pom.xml index 71f2adaa8..b451f214b 100644 --- a/hutool-bloomFilter/pom.xml +++ b/hutool-bloomFilter/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-bloomFilter diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml index 880692992..1688467dd 100644 --- a/hutool-bom/pom.xml +++ b/hutool-bom/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-bom diff --git a/hutool-cache/pom.xml b/hutool-cache/pom.xml index 0983f2d71..93071b104 100644 --- a/hutool-cache/pom.xml +++ b/hutool-cache/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-cache diff --git a/hutool-captcha/pom.xml b/hutool-captcha/pom.xml index 2fcdb9740..5182a573b 100644 --- a/hutool-captcha/pom.xml +++ b/hutool-captcha/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-captcha diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml index 2a5953b23..c2aa3ccd8 100644 --- a/hutool-core/pom.xml +++ b/hutool-core/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-core diff --git a/hutool-core/src/main/java/cn/hutool/core/util/ArrayUtil.java b/hutool-core/src/main/java/cn/hutool/core/util/ArrayUtil.java index dcdbd9df7..20b6b1418 100644 --- a/hutool-core/src/main/java/cn/hutool/core/util/ArrayUtil.java +++ b/hutool-core/src/main/java/cn/hutool/core/util/ArrayUtil.java @@ -1710,9 +1710,10 @@ public class ArrayUtil extends PrimitiveArrayUtil { /** * 查找子数组的位置 * - * @param array 数组 - * @param subArray 子数组 - * @param 数组元素类型 + * @param array 数组 + * @param beginInclude 查找开始的位置(包含) + * @param subArray 子数组 + * @param 数组元素类型 * @return 子数组的开始位置,即子数字第一个元素在数组中的位置 * @since 5.4.8 */ @@ -1754,6 +1755,7 @@ public class ArrayUtil extends PrimitiveArrayUtil { * 查找最后一个子数组的开始位置 * * @param array 数组 + * @param endInclude 查找结束的位置(包含) * @param subArray 子数组 * @param 数组元素类型 * @return 最后一个子数组的开始位置,即子数字第一个元素在数组中的位置 diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml index 74b518314..c07d80b4a 100644 --- a/hutool-cron/pom.xml +++ b/hutool-cron/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-cron diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index b844a7164..43f1d97d8 100644 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-crypto diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 3e223dccd..1a9d91372 100644 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-db diff --git a/hutool-dfa/pom.xml b/hutool-dfa/pom.xml index 5d7bc3d4a..e51accfaa 100644 --- a/hutool-dfa/pom.xml +++ b/hutool-dfa/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-dfa diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index cd1d0a9c1..dbed31dc0 100644 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-extra diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml index 30899aea7..2d9e925ba 100644 --- a/hutool-http/pom.xml +++ b/hutool-http/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-http diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index f96e5ffe1..65a640d48 100644 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-json diff --git a/hutool-jwt/pom.xml b/hutool-jwt/pom.xml index eb9f0a332..d97f23466 100644 --- a/hutool-jwt/pom.xml +++ b/hutool-jwt/pom.xml @@ -7,7 +7,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-jwt diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index a13d29961..0a35190a3 100644 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-log diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index d411e9f1d..f20203498 100644 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -8,7 +8,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-poi diff --git a/hutool-script/pom.xml b/hutool-script/pom.xml index 8bdba54db..7d125ceed 100644 --- a/hutool-script/pom.xml +++ b/hutool-script/pom.xml @@ -8,7 +8,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-script diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml index 95585ddfb..84c8b1b0f 100644 --- a/hutool-setting/pom.xml +++ b/hutool-setting/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-setting diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml index 5b1c9a951..9d370b291 100644 --- a/hutool-socket/pom.xml +++ b/hutool-socket/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-socket diff --git a/hutool-system/pom.xml b/hutool-system/pom.xml index 58f2df2fd..76c5babad 100644 --- a/hutool-system/pom.xml +++ b/hutool-system/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool-system diff --git a/pom.xml b/pom.xml index e5d707003..bb70f1020 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ cn.hutool hutool-parent - 5.7.3-SNAPSHOT + 5.7.3 hutool Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。 https://github.com/looly/hutool