Sort members.

This commit is contained in:
Gary Gregory 2020-06-12 16:20:28 -04:00
parent 6094cf2237
commit 40cb020e8d
1 changed files with 7 additions and 7 deletions

View File

@ -100,13 +100,6 @@ public class ArrayUtils {
*/ */
public static final Field[] EMPTY_FIELD_ARRAY = new Field[0]; 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. * An empty immutable {@code float} array.
*/ */
@ -137,6 +130,13 @@ public class ArrayUtils {
*/ */
public static final Long[] EMPTY_LONG_OBJECT_ARRAY = new Long[0]; 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. * An empty immutable {@code Object} array.
*/ */