diff --git a/hqu/hqapi1/app/AlertController.groovy b/hqu/hqapi1/app/AlertController.groovy index a5f28d89..a065dc76 100644 --- a/hqu/hqapi1/app/AlertController.groovy +++ b/hqu/hqapi1/app/AlertController.groovy @@ -4,7 +4,7 @@ import org.hyperic.hq.hqapi1.ErrorCode import org.hyperic.hq.events.AlertSeverity import org.hyperic.hibernate.PageInfo import org.hyperic.hq.events.server.session.AlertSortField -import org.hyperic.hq.events.server.session.AlertManagerEJBImpl as AlertMan +import org.hyperic.hq.events.server.session.AlertManagerImpl as AlertMan import org.hyperic.hq.escalation.server.session.EscalationManagerEJBImpl as EscMan import org.hyperic.hq.events.server.session.ClassicEscalationAlertType import org.hyperic.hq.authz.shared.PermissionException