DaanHoogland commented on code in PR #10544:
URL: https://github.com/apache/cloudstack/pull/10544#discussion_r2075025157
##########
server/src/main/java/com/cloud/alert/AlertManagerImpl.java:
##########
@@ -773,6 +767,27 @@ public void sendAlert(AlertType alertType, long
dataCenterId, Long podId, Long c
}
+ @Nullable
+ private AlertVO createAlertForTrivialAlertType(AlertType alertType, long
dataCenterId, Long podId, Long clusterId) {
Review Comment:
```suggestion
private AlertVO getAlertForTrivialAlertType(AlertType alertType, long
dataCenterId, Long podId, Long clusterId) {
```
--
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]