Skip to content

Commit 8c05cc8

Browse files
committed
Types: fix location of third party attribution
1 parent 30a3246 commit 8c05cc8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main/java/org/scijava/util/Types.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
* #L%
3030
*/
3131

32-
package org.scijava.util;
33-
34-
import java.io.File;
35-
3632
// Portions of this class were adapted from the
3733
// org.apache.commons.lang3.reflect.TypeUtils and
3834
// org.apache.commons.lang3.Validate classes of
@@ -46,6 +42,9 @@
4642
//
4743
// See NOTICE.txt for further details on third-party licenses.
4844

45+
package org.scijava.util;
46+
47+
import java.io.File;
4948
import java.io.Serializable;
5049
import java.lang.reflect.Array;
5150
import java.lang.reflect.Field;

0 commit comments

Comments
 (0)