mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-25 02:00:38 -06:00
fix double text error in OpConfig toString()
This commit is contained in:
parent
aca1f6c737
commit
3ed80963f8
@ -81,6 +81,6 @@ public class OpConfigError extends ActivityInitError {
|
||||
sb.append(" " + super.getMessage());
|
||||
}
|
||||
|
||||
return sb + super.getMessage();
|
||||
return sb.toString();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user