Skip to content

Commit

Permalink
Move Alert into events package
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasponce authored and jshaughn committed Sep 28, 2015
1 parent 63c5445 commit 218458d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
*/
package org.hawkular.alerts.api.model.data;

import org.hawkular.alerts.api.model.event.Alert;

/**
* Severity set for a {@link org.hawkular.alerts.api.model.trigger.Trigger} and assigned to an
* {@link org.hawkular.alerts.api.model.condition.Alert} it generates.
* {@link Alert} it generates.
*
* @author jay shaughnessy
* @author lucas ponce
Expand Down

0 comments on commit 218458d

Please sign in to comment.