Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ableegoldman committed Oct 25, 2024
1 parent 993c8eb commit 4a2cea0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ KVFlushManager init(
*
* @param kafkaPartition the kafka partition
* @param key the data key
* @param streamTimeMs the current streamTime
* @param streamTimeMs the current streamTime
*
* @return the value previously set
*/
Expand All @@ -56,7 +56,7 @@ KVFlushManager init(
* @param kafkaPartition the kafka partition
* @param from the starting key (inclusive)
* @param to the ending key (inclusive)
* @param streamTimeMs the current streamTime
* @param streamTimeMs the current streamTime
*
* @return an iterator of all key-value pairs in the range
*/
Expand All @@ -76,7 +76,7 @@ KeyValueIterator<Bytes, byte[]> range(
* session).
*
* @param kafkaPartition the kafka partition
* @param streamTimeMs the current streamTime
* @param streamTimeMs the current streamTime
*
* @return an iterator of all key-value pairs
*/
Expand Down

0 comments on commit 4a2cea0

Please sign in to comment.