mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user