mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-30 12:34:01 -06:00
tag implemented interface
This commit is contained in:
parent
bb27e5036a
commit
6d389da5a9
@ -59,7 +59,7 @@ import java.util.stream.Collectors;
|
||||
/**
|
||||
* A default implementation of an Activity, suitable for building upon.
|
||||
*/
|
||||
public class SimpleActivity implements Activity, ProgressCapable {
|
||||
public class SimpleActivity implements Activity, ProgressCapable, ActivityDefObserver {
|
||||
private final static Logger logger = LogManager.getLogger("ACTIVITY");
|
||||
|
||||
protected ActivityDef activityDef;
|
||||
|
Loading…
Reference in New Issue
Block a user