diff --git a/client/src/main/java/io/confluent/kafka/schemaregistry/ParsedSchema.java b/client/src/main/java/io/confluent/kafka/schemaregistry/ParsedSchema.java index 8b309137518..4f3e2086359 100644 --- a/client/src/main/java/io/confluent/kafka/schemaregistry/ParsedSchema.java +++ b/client/src/main/java/io/confluent/kafka/schemaregistry/ParsedSchema.java @@ -203,9 +203,9 @@ default void validate(boolean strict) { /** * Checks the backward compatibility between this schema and the specified schema. - *
- * Custom providers may choose to modify this schema during this check, - * to ensure that it is compatible with the specified schema. + * + *Custom providers may choose to modify this schema during this check, + * to ensure that it is compatible with the specified schema.
* * @param previousSchema previous schema * @return an empty list if this schema is backward compatible with the previous schema, @@ -215,9 +215,9 @@ default void validate(boolean strict) { /** * Checks the compatibility between this schema and the specified schemas. - * - * Custom providers may choose to modify this schema during this check, - * to ensure that it is compatible with the specified schemas. + * + *Custom providers may choose to modify this schema during this check, + * to ensure that it is compatible with the specified schemas.
* * @param level the compatibility level * @param previousSchemas full schema history in chronological order