Fixed event type in deleteCondition

This commit is contained in:
Deepak Garg 2012-07-16 13:26:04 +05:30 committed by Vijay
parent 10a58fdef2
commit 1c960c0b34
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ public class AutoScaleManagerImpl<Type> implements AutoScaleService, Manager {
}
@Override
@ActionEvent(eventType = EventTypes.EVENT_COUNTER_DELETE, eventDescription = "condition")
@ActionEvent(eventType = EventTypes.EVENT_CONDITION_DELETE, eventDescription = "condition")
public boolean deleteCondition(long conditionId) throws ResourceInUseException {
/* Check if entity is in database */
ConditionVO condition = getEntityInDatabase("Condition", conditionId, _conditionDao);