fixed documentation example

This commit is contained in:
mpilman 2019-04-02 10:32:19 -07:00
parent 6facfa931b
commit 9b3f91070c
1 changed files with 2 additions and 0 deletions

View File

@ -35,10 +35,12 @@ A minimal implementation will look like this:
log(20, "WorkloadSetup", null);
}
@Override
public void start(Database db) {
log(20, "WorkloadStarted", null);
}
@Override
public boolean check(Database db) {
log(20, "WorkloadFailureCheck", null);
return true;