Skip to content

Commit eb1a1fc

Browse files
authored
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
1 parent adb0332 commit eb1a1fc

File tree

1 file changed

+0
-1
lines changed
  • storage/src/main/java/org/apache/kafka/storage/internals/log

1 file changed

+0
-1
lines changed

storage/src/main/java/org/apache/kafka/storage/internals/log/UnifiedLog.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public class UnifiedLog {
4848
* @param segments The segments of the log whose producer state is being rebuilt
4949
* @param logStartOffset The log start offset
5050
* @param lastOffset The last offset upto which the producer state needs to be rebuilt
51-
* @param recordVersion The record version
5251
* @param time The time instance used for checking the clock
5352
* @param reloadFromCleanShutdown True if the producer state is being built after a clean shutdown, false otherwise.
5453
* @param logPrefix The logging prefix

0 commit comments

Comments
 (0)