wernerdv commented on code in PR #18074:
URL: https://github.com/apache/kafka/pull/18074#discussion_r1878099555
##########
connect/runtime/src/main/java/org/apache/kafka/connect/tools/PredicateDoc.java:
##########
@@ -53,29 +52,29 @@ private <P extends Predicate<?>> DocInfo(Class<P>
predicateClass, String overvie
.sorted(Comparator.comparing(docInfo -> docInfo.predicateName))
.collect(Collectors.toList());
- private static void printPredicateHtml(PrintStream out, DocInfo docInfo) {
- out.println("<div id=\"" + docInfo.predicateName + "\">");
+ private static void printPredicateHtml(DocInfo docInfo) {
Review Comment:
Done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]