Skip to content

Commit b917b21

Browse files
awalter17ctrueden
authored andcommitted
Switch CastingConverter priority to extremely high
1 parent fc76d53 commit b917b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/convert/CastingConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
* @author Mark Hiner
4444
*/
45-
@Plugin(type = Converter.class, priority = Priority.FIRST)
45+
@Plugin(type = Converter.class, priority = Priority.EXTREMELY_HIGH)
4646
public class CastingConverter extends AbstractConverter<Object, Object> {
4747

4848
@SuppressWarnings("deprecation")

0 commit comments

Comments
 (0)