We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc76d53 commit b917b21Copy full SHA for b917b21
src/main/java/org/scijava/convert/CastingConverter.java
@@ -42,7 +42,7 @@
42
*
43
* @author Mark Hiner
44
*/
45
-@Plugin(type = Converter.class, priority = Priority.FIRST)
+@Plugin(type = Converter.class, priority = Priority.EXTREMELY_HIGH)
46
public class CastingConverter extends AbstractConverter<Object, Object> {
47
48
@SuppressWarnings("deprecation")
0 commit comments