This is an automated email from the ASF dual-hosted git repository.
RongtongJin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new c4ae761f09 docs: fix broker container reference and producer typos
(#10449)
c4ae761f09 is described below
commit c4ae761f09958f001917548cdc43b31021cfa15d
Author: LeiXiaoGao <[email protected]>
AuthorDate: Sat Jun 20 10:54:59 2026 +0800
docs: fix broker container reference and producer typos (#10449)
---
docs/cn/BrokerContainer.md | 2 +-
docs/en/client/java/API_Reference_DefaultMQProducer.md | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/cn/BrokerContainer.md b/docs/cn/BrokerContainer.md
index 2c3f4ac766..cdeb835540 100644
--- a/docs/cn/BrokerContainer.md
+++ b/docs/cn/BrokerContainer.md
@@ -125,4 +125,4 @@ eg.假设broker获取到的配额是500g(根据replicasPerDiskPartition计算
{user.home}/logs/rocketmqlogs/${brokerCanonicalName}/
```
-其中 `brokerCanonicalName` 为 `{BrokerClusterName_BrokerName_BrokerId}`。
\ No newline at end of file
+其中 `brokerCanonicalName` 为 `{BrokerClusterName_BrokerName_BrokerId}`。
diff --git a/docs/en/client/java/API_Reference_DefaultMQProducer.md
b/docs/en/client/java/API_Reference_DefaultMQProducer.md
index 294326db8a..eda92cdc78 100644
--- a/docs/en/client/java/API_Reference_DefaultMQProducer.md
+++ b/docs/en/client/java/API_Reference_DefaultMQProducer.md
@@ -68,4 +68,3 @@ public class Producer {
|DefaultMQProducer(RPCHook rpcHook)|creates a producer with a rpc hook.|
|DefaultMQProducer(final String producerGroup, RPCHook rpcHook)|creates a
producer with a rpc hook and producer group.|
|DefaultMQProducer(final String producerGroup, RPCHook rpcHook, boolean
enableMsgTrace,final String customizedTraceTopic)|all of above.|
-