sadadw1 opened a new pull request, #672:
URL: https://github.com/apache/ozhera/pull/672

   ## What this PR does
   
   Fixes a misspelling in the success response message of 
`AppMonitorController`.
   
   In 
`ozhera-monitor/ozhera-monitor-server/src/main/java/org/apache/ozhera/monitor/controller/AppMonitorController.java`
 (around line 421), the string `"sucess"` is corrected to `"success"`:
   
   ```java
   -        return Result.success("sucess");
   +        return Result.success("success");
   ```
   
   ## Why
   
   `"sucess"` is a typo for `"success"`. This is a pure string literal change 
with no behavior or logic impact.
   
   ## Verification
   
   - Single file, single line change; no business logic affected.
   - Branch is based on the latest `apache/ozhera` master.
   
   Fixes #671
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to