Skip to content

Commit cec8d8b

Browse files
authored
[bugfix]: fix incomplete class documentation in AppServiceImpl (apache#3162)
1 parent 9d68d16 commit cec8d8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hertzbeat-manager/src/main/java/org/apache/hertzbeat/manager/service/impl/AppServiceImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575

7676
/**
7777
* Monitoring Type Management Implementation
78-
* temporarily stores the monitoring configuration and parameter configuration in memory and then stores it in the
78+
* Temporarily stores the monitoring configuration and parameter configuration in memory,
79+
* and then persists it to a storage system.
7980
*/
8081
@Service
8182
@Order(value = Ordered.HIGHEST_PRECEDENCE)

0 commit comments

Comments
 (0)