mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
typo fix
This commit is contained in:
parent
3677a60ec8
commit
d90731ec7a
@ -32,7 +32,7 @@ public class ExceededRetryReplaceException extends CqlGenericCycleException {
|
||||
private final int retries;
|
||||
|
||||
public ExceededRetryReplaceException(ResultSet resultSet, String queryString, int retries) {
|
||||
super("After " + retries + " retires using the retryreplace option, Operation was not applied:" + queryString);
|
||||
super("After " + retries + " retries using the retryreplace option, Operation was not applied:" + queryString);
|
||||
this.retries = retries;
|
||||
this.resultSet = resultSet;
|
||||
this.queryString = queryString;
|
||||
|
Loading…
Reference in New Issue
Block a user