Skip to content

Commit 14f77ad

Browse files
committed
Sort methods
1 parent 8e51d55 commit 14f77ad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/main/java/org/apache/commons/beanutils/ConstructorUtils.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ public class ConstructorUtils {
4242
/** An empty object array */
4343
private static final Object[] EMPTY_OBJECT_ARRAY = {};
4444

45-
/**
46-
* Deprecated, all methods are static.
47-
*
48-
* @deprecated Will be private in 2.0.
49-
*/
50-
@Deprecated
51-
public ConstructorUtils() {
52-
// empty
53-
}
54-
5545
/**
5646
* Returns a constructor with single argument.
5747
* @param <T> the type of the constructor
@@ -429,4 +419,14 @@ private static Object[] toArray(final Object arg) {
429419
return args;
430420
}
431421

422+
/**
423+
* Deprecated, all methods are static.
424+
*
425+
* @deprecated Will be private in 2.0.
426+
*/
427+
@Deprecated
428+
public ConstructorUtils() {
429+
// empty
430+
}
431+
432432
}

0 commit comments

Comments
 (0)