mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
9989247781
commit
0b2c873185
@ -1365,7 +1365,8 @@ public class ArrayUtil extends PrimitiveArrayUtil {
|
|||||||
* @return 变更后的原数组
|
* @return 变更后的原数组
|
||||||
* @since 3.0.9
|
* @since 3.0.9
|
||||||
*/
|
*/
|
||||||
public static <T> T[] reverse(T[] array, final int startIndexInclusive, final int endIndexExclusive) {
|
public static <T> T[]
|
||||||
|
reverse(T[] array, final int startIndexInclusive, final int endIndexExclusive) {
|
||||||
if (isEmpty(array)) {
|
if (isEmpty(array)) {
|
||||||
return array;
|
return array;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user