This is an automated email from the ASF dual-hosted git repository.
duhengforever 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 a823068 fix notes wrong (#3543) (#3544)
a823068 is described below
commit a82306853d5a5902a180ed07f660e45e4bab588e
Author: mrhbj <[email protected]>
AuthorDate: Tue Nov 30 11:00:48 2021 +0800
fix notes wrong (#3543) (#3544)
Co-authored-by: huangbj <[email protected]>
---
.../src/main/java/org/apache/rocketmq/example/simple/PullConsumer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/example/src/main/java/org/apache/rocketmq/example/simple/PullConsumer.java
b/example/src/main/java/org/apache/rocketmq/example/simple/PullConsumer.java
index 4bc6338..ff9ef9c 100644
--- a/example/src/main/java/org/apache/rocketmq/example/simple/PullConsumer.java
+++ b/example/src/main/java/org/apache/rocketmq/example/simple/PullConsumer.java
@@ -56,7 +56,7 @@ public class PullConsumer {
executors.execute(new Runnable() {
public void doSomething(List<MessageExt> msgs) {
- //do you business
+ //do your business
}