mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
minor syntax fix
This commit is contained in:
parent
26da67bfcd
commit
79e8828a93
@ -102,7 +102,7 @@ public class HttpOp implements CycleOp {
|
||||
}
|
||||
// propogate exception so main error handling logic can take over
|
||||
if (error != null) {
|
||||
throw new RuntimeException(error).getClass().getna;
|
||||
throw new RuntimeException(error);
|
||||
}
|
||||
}
|
||||
return switch (resultType) {
|
||||
|
Loading…
Reference in New Issue
Block a user