mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
minor fixes
This commit is contained in:
@@ -36,7 +36,7 @@ public class ResultCode implements ErrorHandler, NBMapConfigurable {
|
||||
|
||||
@Override
|
||||
public void applyConfig(Map<String, ?> providedConfig) {
|
||||
this.code = Byte.valueOf(providedConfig.get("code").toString());
|
||||
this.code = Byte.parseByte(providedConfig.get("code").toString());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user