提交 3723d082 编写于 作者: A Ankit Gupta

Add newline at end of file

上级 98421774
......@@ -27,4 +27,4 @@ public class Statistics {
}
private native long getTickerCount0(int ticker, long handle);
}
\ No newline at end of file
}
......@@ -120,4 +120,4 @@ public enum StatisticsType {
public int getValue() {
return value_;
}
}
\ No newline at end of file
}
......@@ -25,4 +25,4 @@ jlong Java_org_rocksdb_Statistics_getTickerCount0(
assert(st != nullptr);
return st->getTickerCount(static_cast<rocksdb::Tickers>(ticker));
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册