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 8269bd9 commit e8a7b4bCopy full SHA for e8a7b4b
schemas-parse/src/main/java/org/cedar/schemas/parse/DefaultParser.java
@@ -13,7 +13,7 @@ public class DefaultParser {
13
* Given a {@link ParsedRecord}, fill in any empty fields for which a default can be calculated. For instance
14
* if the record's {@link Discovery} does not have a title, it will be set with the default, which is the the
15
* {@link FileInformation#getName()} (see: {@link #defaultTitle(ParsedRecord.Builder)}).
16
- * <br/>
+ * <br>
17
* In general, only fields which have no value will be set with their defaults. The exception is the links,
18
* which will have the defaults merged into the input values, with inputs taking precedence.
19
* See: {@link #setDefaultLinks(ParsedRecord.Builder)}
0 commit comments