Skip to content

Commit e60178e

Browse files
committed
Update LedgerMetadataUtils.java
[fix][broker]Modify the typo in the buildMetadataForCompactedLedger class
1 parent 1c9bf82 commit e60178e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/LedgerMetadataUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static Map<String, byte[]> buildAdditionalMetadataForCursor(String name) {
8080
* Build additional metadata for a CompactedLedger.
8181
*
8282
* @param compactedTopic reference to the compacted topic.
83-
* @param compactedToMessageId last mesasgeId.
83+
* @param compactedToMessageId last messageId.
8484
* @return an immutable map which describes the compacted ledger
8585
*/
8686
public static Map<String, byte[]> buildMetadataForCompactedLedger(String compactedTopic,

0 commit comments

Comments
 (0)