Skip to content

echo 1.571.1

Compare
Choose a tag to compare
@emjburns emjburns released this 14 Sep 17:11
· 952 commits to master since this release
473c2e4
refactor(core): Push shared functionality to TriggerMonitor.java (#339)

There is a lot of duplicated code in the subclasses of TriggerMonitor;
specifically a number of member variables are defined on all subclasses
and can be pushed to the base class. Similarly, the core logic in
processEvent is the same for all subclasses and should live in the
base class.