We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a490e1 commit 12b2b03Copy full SHA for 12b2b03
topic/src/main/java/tech/ydb/topic/write/WriteAck.java
@@ -77,12 +77,12 @@ public static class Statistics {
77
78
/**
79
* Create the messages batch statistics object, for a single messages batch.
80
- *
+ *
81
* @param persistingTime
82
* @param partitionQuotaWaitTime
83
* @param topicQuotaWaitTime
84
* @param maxQueueWaitTime
85
- * @param minQueueWaitTime
+ * @param minQueueWaitTime
86
*/
87
public Statistics(Duration persistingTime,
88
Duration partitionQuotaWaitTime, Duration topicQuotaWaitTime,
0 commit comments