some javadoc and type alignment improvements

This commit is contained in:
Jonathan Shook 2024-11-20 16:05:16 -06:00
parent f38b56acbb
commit 7bed8d4667

View File

@ -425,7 +425,7 @@ public class SimpleActivity extends NBStatusComponent implements Activity, Invok
DriverAdapter<CycleOp<?>, Space> adapter = adapters.get(i);
OpMapper<CycleOp<?>, Space> opMapper = adapter.getOpMapper();
LongFunction<Space> spaceFunc = adapter.getSpaceFunc(pop);
OpDispenser<CycleOp<?>> dispenser = opMapper.apply(pop, spaceFunc);
OpDispenser<CycleOp<?>> dispenser = opMapper.apply(this, pop, spaceFunc);
String dryrunSpec = pop.takeStaticConfigOr("dryrun", "none");
dispenser = OpWrappers.wrapOptionally(adapter, dispenser, pop, dryrunSpec);