This is an automated email from the ASF dual-hosted git repository.
zhaoqingran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new cec8d8b396 [bugfix]: fix incomplete class documentation in
AppServiceImpl (#3162)
cec8d8b396 is described below
commit cec8d8b396a1a094d0dc9e686252dbaea15ab308
Author: Yang Chen <[email protected]>
AuthorDate: Fri Mar 21 17:34:43 2025 +0800
[bugfix]: fix incomplete class documentation in AppServiceImpl (#3162)
---
.../java/org/apache/hertzbeat/manager/service/impl/AppServiceImpl.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/hertzbeat-manager/src/main/java/org/apache/hertzbeat/manager/service/impl/AppServiceImpl.java
b/hertzbeat-manager/src/main/java/org/apache/hertzbeat/manager/service/impl/AppServiceImpl.java
index 8dfeefc8d9..c7ed3a92ad 100644
---
a/hertzbeat-manager/src/main/java/org/apache/hertzbeat/manager/service/impl/AppServiceImpl.java
+++
b/hertzbeat-manager/src/main/java/org/apache/hertzbeat/manager/service/impl/AppServiceImpl.java
@@ -75,7 +75,8 @@ import org.yaml.snakeyaml.Yaml;
/**
* Monitoring Type Management Implementation
- * temporarily stores the monitoring configuration and parameter configuration
in memory and then stores it in the
+ * Temporarily stores the monitoring configuration and parameter configuration
in memory,
+ * and then persists it to a storage system.
*/
@Service
@Order(value = Ordered.HIGHEST_PRECEDENCE)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]