20: CompositeAlarmAction compilation fix
This commit is contained in:
@@ -9,7 +9,7 @@ public final class CompositeAlarmAction implements AlarmAction {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void trigger(OraclePrice price, PriceAlarmDefinition alarm) {
|
||||
public void trigger(OraclePrice price, ResolvedPriceAlarm alarm) {
|
||||
for (AlarmAction action : actions) {
|
||||
try {
|
||||
action.trigger(price, alarm);
|
||||
|
||||
Reference in New Issue
Block a user