SystemExecutioner constructor should validate ExecutionStrategy is not null #447
Labels
enhancement
A request for change or improvement to an existing feature
Milestone
The
SystemExecutioner(ExecutionStrategy executionStrategy)
constructor should check that the providedexecutionStrategy
is not null. If it is null, anIllegalArgumentException
should be thrown.The text was updated successfully, but these errors were encountered: