We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a3246 commit 8c05cc8Copy full SHA for 8c05cc8
1 file changed
src/main/java/org/scijava/util/Types.java
@@ -29,10 +29,6 @@
29
* #L%
30
*/
31
32
-package org.scijava.util;
33
-
34
-import java.io.File;
35
36
// Portions of this class were adapted from the
37
// org.apache.commons.lang3.reflect.TypeUtils and
38
// org.apache.commons.lang3.Validate classes of
@@ -46,6 +42,9 @@
46
42
//
47
43
// See NOTICE.txt for further details on third-party licenses.
48
44
45
+package org.scijava.util;
+
+import java.io.File;
49
import java.io.Serializable;
50
import java.lang.reflect.Array;
51
import java.lang.reflect.Field;
0 commit comments