mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-3272 Fixing NullPointerException for alerts"
This reverts commit 882bf079fa.
This commit is contained in:
parent
645f165429
commit
703e9f6f46
|
|
@ -59,7 +59,6 @@ public class AlertGenerator {
|
|||
void init() {
|
||||
s_dcDao = dcDao;
|
||||
s_podDao = podDao;
|
||||
s_configDao = configDao;
|
||||
}
|
||||
|
||||
public static void publishAlertOnEventBus(String alertType, long dataCenterId, Long podId, String subject, String body) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue