Fix Javadoc errors

This commit is contained in:
Mahmoud Ben Hassine
2021-02-02 13:43:24 +01:00
parent c5b45f450f
commit fa26246d80
2 changed files with 2 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ public class AvroItemReaderBuilder<T> {
/**
* Disable or enable reading an embedded Avro schema. True by default.
* @param embeddedSchema set to false to if the input does not contain an Avro schema.
* @return The current instance of the builder.
*/
public AvroItemReaderBuilder<T> embeddedSchema(boolean embeddedSchema) {
this.embeddedSchema = embeddedSchema;