This is an automated email from the ASF dual-hosted git repository.
wtt40122 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/master by this push:
new 7888d2ac fix: rename misspelled field "rocketMQSerivce" to
"rocketMQService" (#680)
7888d2ac is described below
commit 7888d2acf79db6b5be3852c612dd1cb414a6459b
Author: EricDing <[email protected]>
AuthorDate: Wed Aug 26 19:24:22 2026 +0800
fix: rename misspelled field "rocketMQSerivce" to "rocketMQService" (#680)
---
.../org/apache/ozhera/operator/handler/HeraResourceEventHandler.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/ozhera-operator/ozhera-operator-service/src/main/java/org/apache/ozhera/operator/handler/HeraResourceEventHandler.java
b/ozhera-operator/ozhera-operator-service/src/main/java/org/apache/ozhera/operator/handler/HeraResourceEventHandler.java
index f133d4e3..dd44e151 100644
---
a/ozhera-operator/ozhera-operator-service/src/main/java/org/apache/ozhera/operator/handler/HeraResourceEventHandler.java
+++
b/ozhera-operator/ozhera-operator-service/src/main/java/org/apache/ozhera/operator/handler/HeraResourceEventHandler.java
@@ -79,7 +79,7 @@ public class HeraResourceEventHandler implements
ResourceEventHandler<HeraBootst
private ESService esService;
@javax.annotation.Resource
- private RocketMQService rocketMQSerivce;
+ private RocketMQService rocketMQService;
@javax.annotation.Resource
private K8sUtilBean k8sUtilBean;
@@ -376,7 +376,7 @@ public class HeraResourceEventHandler implements
ResourceEventHandler<HeraBootst
}
private void initRocketMQ(String nameserver) {
- rocketMQSerivce.createTopic(nameserver);
+ rocketMQService.createTopic(nameserver);
}
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]