Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5fc6c6a

Browse files
wernerdvmanoj-mathivanan
authored andcommittedFeb 19, 2025
MINOR: Remove recordVersion param from javadoc (apache#18603)
In commit af233f6e6dbc2b6ffa the RecordVersion parameter has been removed, but it remains in the javadoc. Reviewers: Ismael Juma
1 parent 9a58548 commit 5fc6c6a

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

-1
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)
Please sign in to comment.