提交 9253767a 编写于 作者: A Adam Retter 提交者: Igor Canadi

Correct geHistogramData() -> getHistogramData() (#1257)

上级 f35b16f2
......@@ -231,11 +231,11 @@ public class RocksDBSample {
try {
for (HistogramType histogramType : HistogramType.values()) {
HistogramData data = stats.geHistogramData(histogramType);
HistogramData data = stats.getHistogramData(histogramType);
}
System.out.println("geHistogramData() passed.");
System.out.println("getHistogramData() passed.");
} catch (Exception e) {
System.out.println("Failed in call to geHistogramData()");
System.out.println("Failed in call to getHistogramData()");
assert (false); //Should never reach here.
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册