mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 23:23:56 -06:00
some javadoc and type alignment improvements
This commit is contained in:
parent
f38b56acbb
commit
7bed8d4667
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user