[bugfix]: fix incomplete class documentation in AppServiceImpl (#3162)

This commit is contained in:
Yang Chen
2025-03-21 17:34:43 +08:00
committed by GitHub
parent 9d68d16a78
commit cec8d8b396
@@ -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)