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 55a8745a fix: correct typo 'sucess' to 'success' in
AppMonitorController (#672)
55a8745a is described below
commit 55a8745a4322f388ea834242b4d5bd76e6cff052
Author: EricDing <[email protected]>
AuthorDate: Thu Jul 30 16:30:41 2026 +0800
fix: correct typo 'sucess' to 'success' in AppMonitorController (#672)
Fixes a misspelling in the success response message returned by
AppMonitorController. Pure string literal change, no behavior impact.
---
.../java/org/apache/ozhera/monitor/controller/AppMonitorController.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ozhera-monitor/ozhera-monitor-server/src/main/java/org/apache/ozhera/monitor/controller/AppMonitorController.java
b/ozhera-monitor/ozhera-monitor-server/src/main/java/org/apache/ozhera/monitor/controller/AppMonitorController.java
index a563e0b1..da5f14bf 100644
---
a/ozhera-monitor/ozhera-monitor-server/src/main/java/org/apache/ozhera/monitor/controller/AppMonitorController.java
+++
b/ozhera-monitor/ozhera-monitor-server/src/main/java/org/apache/ozhera/monitor/controller/AppMonitorController.java
@@ -418,7 +418,7 @@ public class AppMonitorController {
heraBaseInfoService.deleAppById(id);
- return Result.success("sucess");
+ return Result.success("success");
}
@GetMapping("/mimonitor/appMembers")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]