jlprat commented on code in PR #14572: URL: https://github.com/apache/kafka/pull/14572#discussion_r1366961639
########## server-common/src/main/java/org/apache/kafka/server/util/json/JsonValue.java: ########## @@ -26,18 +26,16 @@ /** * A simple wrapper over Jackson's JsonNode that enables type safe parsing via the `DecodeJson` type * class. - * + * <br> * Typical usage would be something like: - * - * {{{ + * <pre><code> Review Comment: Oh good catch! I'll update this and the other feedback -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org