MINOR: Remove recordVersion param from javadoc (#18603)

In commit af233f6e6dbc2b6ffa the RecordVersion parameter has been
removed, but it remains in the javadoc.

Reviewers: Ismael Juma
This commit is contained in:
Dmitry Werner 2025-01-22 07:35:13 +05:00 committed by GitHub
parent adb0332114
commit eb1a1fc7c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ public class UnifiedLog {
* @param segments The segments of the log whose producer state is being rebuilt * @param segments The segments of the log whose producer state is being rebuilt
* @param logStartOffset The log start offset * @param logStartOffset The log start offset
* @param lastOffset The last offset upto which the producer state needs to be rebuilt * @param lastOffset The last offset upto which the producer state needs to be rebuilt
* @param recordVersion The record version
* @param time The time instance used for checking the clock * @param time The time instance used for checking the clock
* @param reloadFromCleanShutdown True if the producer state is being built after a clean shutdown, false otherwise. * @param reloadFromCleanShutdown True if the producer state is being built after a clean shutdown, false otherwise.
* @param logPrefix The logging prefix * @param logPrefix The logging prefix