Skip to content

Commit 12b2b03

Browse files
committed
make linter happy
1 parent 7a490e1 commit 12b2b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topic/src/main/java/tech/ydb/topic/write/WriteAck.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ public static class Statistics {
7777

7878
/**
7979
* Create the messages batch statistics object, for a single messages batch.
80-
*
80+
*
8181
* @param persistingTime
8282
* @param partitionQuotaWaitTime
8383
* @param topicQuotaWaitTime
8484
* @param maxQueueWaitTime
85-
* @param minQueueWaitTime
85+
* @param minQueueWaitTime
8686
*/
8787
public Statistics(Duration persistingTime,
8888
Duration partitionQuotaWaitTime, Duration topicQuotaWaitTime,

0 commit comments

Comments
 (0)