Skip to content

Commit e8a7b4b

Browse files
committed
avoid self-closing tag to please picky jdk11 linting
1 parent 8269bd9 commit e8a7b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas-parse/src/main/java/org/cedar/schemas/parse/DefaultParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class DefaultParser {
1313
* Given a {@link ParsedRecord}, fill in any empty fields for which a default can be calculated. For instance
1414
* if the record's {@link Discovery} does not have a title, it will be set with the default, which is the the
1515
* {@link FileInformation#getName()} (see: {@link #defaultTitle(ParsedRecord.Builder)}).
16-
* <br/>
16+
* <br>
1717
* In general, only fields which have no value will be set with their defaults. The exception is the links,
1818
* which will have the defaults merged into the input values, with inputs taking precedence.
1919
* See: {@link #setDefaultLinks(ParsedRecord.Builder)}

0 commit comments

Comments
 (0)