Skip to content

Commit fb8a4ca

Browse files
committed
Fix checkstyle error and print
1 parent 9be5385 commit fb8a4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/src/main/java/org/apache/kafka/tools/ProducerPerformance.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ public void record(int latency, int bytes, long time) {
441441
}
442442
/* maybe report the recent perf */
443443
if (time - windowStart >= reportingInterval) {
444-
if (this.isSteadyState && count == windowCount ){
445-
System.out.println("Beginning steady state.
444+
if (this.isSteadyState && count == windowCount) {
445+
System.out.println("Beginning steady state.");
446446
}
447447
printWindow();
448448
newWindow();

0 commit comments

Comments
 (0)