strongback / strongback-java

A library for FIRST Robotics Competition robots that makes it easier to write and test your robot code.
MIT License
41 stars 38 forks source link

Fix SwitchReactor's onUntriggeredSubmit #112

Closed rothso closed 7 years ago

rothso commented 7 years ago

Turns out onTriggeredSubmit and onUntriggeredSubmit both forward to onTriggered. Awkward. :sweat_smile:

CCing @primetoxinz: Looks related to the issue you guys discussed in gitter.

rhauch commented 7 years ago

Thanks, @rothso!