Revert "CLOUDSTACK-3272 Fixing NullPointerException for alerts"

This reverts commit 882bf079fa.
This commit is contained in:
Daan Hoogland 2014-05-09 13:24:32 +02:00
parent 645f165429
commit 703e9f6f46
1 changed files with 0 additions and 1 deletions

View File

@ -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) {