mirror of https://github.com/apache/kafka.git
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:
parent
adb0332114
commit
eb1a1fc7c8
|
@ -48,7 +48,6 @@ public class UnifiedLog {
|
|||
* @param segments The segments of the log whose producer state is being rebuilt
|
||||
* @param logStartOffset The log start offset
|
||||
* @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 reloadFromCleanShutdown True if the producer state is being built after a clean shutdown, false otherwise.
|
||||
* @param logPrefix The logging prefix
|
||||
|
|
Loading…
Reference in New Issue