Skip to content

Commit fc76d53

Browse files
awalter17ctrueden
authored andcommitted
Fix NullConverter javadoc
1 parent 3f2a5cb commit fc76d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
/**
4242
* {@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.
43+
* basic casting when given a {@code null} source and returns {@code null}
44+
* directly when given a {@code null} destination.
4545
* <p>
4646
* By running at {@link Priority#FIRST}, other converters should
4747
* not need to worry about {@code null} source or destination parameters.

0 commit comments

Comments
 (0)