started major refactoring

This commit is contained in:
Stephan Richter
2020-12-01 11:20:35 +01:00
parent 614600aacd
commit 72db5da58f
42 changed files with 387 additions and 353 deletions

View File

@@ -6,7 +6,7 @@ public class FinishRoute extends Action {
@Override
public boolean fire(Context context) {
Route route = context.route;
Route route = context.route();
if (isSet(route)) route.finish();
return true;
}