[ https://issues.apache.org/jira/browse/KAFKA-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15924430#comment-15924430 ]
Colin P. McCabe commented on KAFKA-4895: ---------------------------------------- Fix findbugs "format string should use %n rather than \n" in tools. This format string include a newline character (\n). In format strings, it is generally preferable better to use %n, which will produce the platform-specific line separator. > Fix findbugs "format string should use %n rather than \n" in tools > ------------------------------------------------------------------ > > Key: KAFKA-4895 > URL: https://issues.apache.org/jira/browse/KAFKA-4895 > Project: Kafka > Issue Type: Bug > Reporter: Colin P. McCabe > -- This message was sent by Atlassian JIRA (v6.3.15#6346)