mjsax commented on code in PR #18778: URL: https://github.com/apache/kafka/pull/18778#discussion_r1940566642
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java: ########## @@ -1963,7 +1924,6 @@ public String toString() { + nodeNames(predecessors); } - @SuppressWarnings("unchecked") Review Comment: We don't get an actually generic type check below, as this warning tells us... Removing types and going with `<?>` is sufficient below, and allows to to remove this suppression -- 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