Sort members.
This commit is contained in:
parent
6094cf2237
commit
40cb020e8d
|
@ -100,13 +100,6 @@ public class ArrayUtils {
|
|||
*/
|
||||
public static final Field[] EMPTY_FIELD_ARRAY = new Field[0];
|
||||
|
||||
/**
|
||||
* An empty immutable {@code Method} array.
|
||||
*
|
||||
* @since 3.10
|
||||
*/
|
||||
public static final Method[] EMPTY_METHOD_ARRAY = new Method[0];
|
||||
|
||||
/**
|
||||
* An empty immutable {@code float} array.
|
||||
*/
|
||||
|
@ -137,6 +130,13 @@ public class ArrayUtils {
|
|||
*/
|
||||
public static final Long[] EMPTY_LONG_OBJECT_ARRAY = new Long[0];
|
||||
|
||||
/**
|
||||
* An empty immutable {@code Method} array.
|
||||
*
|
||||
* @since 3.10
|
||||
*/
|
||||
public static final Method[] EMPTY_METHOD_ARRAY = new Method[0];
|
||||
|
||||
/**
|
||||
* An empty immutable {@code Object} array.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue