mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
formatting & typos
This commit is contained in:
parent
9f234a8d8b
commit
f4076dc5d1
@ -95,7 +95,7 @@ public class CommandTemplate {
|
|||||||
this.name = name;
|
this.name = name;
|
||||||
Map<String, String> cmd = new HashMap<>();
|
Map<String, String> cmd = new HashMap<>();
|
||||||
|
|
||||||
// Only parse and inject the oneline form if it is defined.
|
// Only parse and inject the one-line form if it is defined.
|
||||||
// The first parser to match and return a map will be the last one tried.
|
// The first parser to match and return a map will be the last one tried.
|
||||||
// If none of the supplemental parsers work, the default params parser is used
|
// If none of the supplemental parsers work, the default params parser is used
|
||||||
if (oneline != null) {
|
if (oneline != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user