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 3f2a5cb commit fc76d53Copy full SHA for fc76d53
src/main/java/org/scijava/convert/NullConverter.java
@@ -40,8 +40,8 @@
40
41
/**
42
* {@link Converter} implementation for handling {@code null} values. Performs
43
- * basic casting when given a {@code null} source and returns {@code} null
44
- * directly when given a {@code} null destination.
+ * basic casting when given a {@code null} source and returns {@code null}
+ * directly when given a {@code null} destination.
45
* <p>
46
* By running at {@link Priority#FIRST}, other converters should
47
* not need to worry about {@code null} source or destination parameters.
0 commit comments