提交 e537a840 编写于 作者: Y Yueh-Hsuan Chiang

[Java] Fixed a compile error caused in some Java version.

上级 3e0b93b5
......@@ -1120,7 +1120,7 @@ public class DbBenchmark {
block_size(defaultOptions_.blockSize(),
"Number of bytes in a block.") {
@Override public Object parseValue(String value) {
return Integer.parseInt(value);
return Long.parseLong(value);
}
},
compressed_cache_size(-1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册