Skip to content

Commit 169e5e4

Browse files
committed
checkstyle
1 parent f270733 commit 169e5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streams/src/test/java/org/apache/kafka/streams/tests/SmokeTestUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static ProcessorSupplier<Object, Object, Void, Void> printProcessorSupplier(fina
4343
return printProcessorSupplier(topic, name, new AtomicInteger());
4444
}
4545

46-
static ProcessorSupplier<Object, Object, Void, Void> printProcessorSupplier(final String topic, final String name, AtomicInteger totalRecordsProcessed) {
46+
static ProcessorSupplier<Object, Object, Void, Void> printProcessorSupplier(final String topic, final String name, final AtomicInteger totalRecordsProcessed) {
4747
return () -> new ContextualProcessor<>() {
4848
private int numRecordsProcessed = 0;
4949
private long smallestOffset = Long.MAX_VALUE;

0 commit comments

Comments
 (0)