Actions
Task #2281
closedStrategy: add override specifier to triggers
Start date:
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
In all strategies, add override specifier to methods that represent triggers.
override
specifier ensures that function signatures of those methods are identical to the declaration in Strategy
base class.
Actions