Skip to content

Commit

Permalink
set javadoc to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mandlil authored Oct 18, 2024
1 parent 113fc6b commit 66cb33d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ abstract static class ClassWriter {

static Builder builder() {
return new AutoValue_BuildMetadataProtoFromXml_ClassWriter.Builder()
.setModifiers("");
.setJavadoc("").setModifiers("");
}

@AutoValue.Builder
Expand Down

0 comments on commit 66cb33d

Please sign in to comment.