File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
src/main/java/org/apache/commons/beanutils Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments