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 aee1dbc commit 839d3edCopy full SHA for 839d3ed
src/main/java/org/scijava/convert/CastingConverter.java
@@ -41,7 +41,7 @@
41
*
42
* @author Mark Hiner hinerm at gmail.com
43
*/
44
-@Plugin(type = Converter.class, priority = Priority.FIRST_PRIORITY - 1)
+@Plugin(type = Converter.class, priority = Priority.FIRST_PRIORITY)
45
public class CastingConverter extends AbstractConverter<Object, Object> {
46
47
@SuppressWarnings("deprecation")
0 commit comments