doc release

This commit is contained in:
Jonathan Shook 2020-06-23 18:26:17 -05:00
parent 5ce6a317ae
commit ef16b788e4
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,3 @@
- 17a9c1ab (HEAD -> main) fix test signature
- 7a21ef3d Fix: Use new config getters correctly in CqlActivity
- efd7e77e Add safety warnings for improper use of config getters
- 2d0b3744 StringSet and Set support same constructor forms
- a689b4c9 initial NBUI docs
- cd450c17 Fix typo
- b723924e #159 Possible NPE bug in URL resolver

View File

@ -6,6 +6,7 @@ public class StartTimerOp implements StatementModifier {
@Override
public Statement modify(Statement unmodified, long cycleNum) {
return null;
return unmodified;
}
}

View File

@ -21,7 +21,7 @@ public class Synonyms {
put("hosts",Set.of("host"));
put("workload",Set.of("yaml"));
put("driver",Set.of("type"));
put("cyclerate",Set.of("targetrate"));
put("cyclerate",Set.of("targetrate","rate"));
}};
/**