Skip to content

Commit

Permalink
fix javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Steanky committed Jun 20, 2023
1 parent 4157b6c commit 3515710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ private Builder() {
/**
* Causes processors created by this builder to write default values to the output node, even when the
* object's value is the same as the default.
* @return this builder, for chaining
*/
public @NotNull Builder writingDefaults() {
this.writeDefaults = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ record TypedObject(@Nullable String name, @NotNull Token<?> type, @Nullable Obje
* @param name the name of this TypedObject; can be null to indicate no name
* @param type the type associated with the value object
* @param value the value object itself
* @param defaultValue the default value; can be null
*/
public TypedObject(@Nullable String name, @NotNull Token<?> type, @Nullable Object value,
@Nullable ConfigElement defaultValue) {
Expand Down

0 comments on commit 3515710

Please sign in to comment.