mirror of https://github.com/facebook/rocksdb.git
Add newline at end of file
This commit is contained in:
parent
98421774b6
commit
3723d08290
|
@ -27,4 +27,4 @@ public class Statistics {
|
|||
}
|
||||
|
||||
private native long getTickerCount0(int ticker, long handle);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -120,4 +120,4 @@ public enum StatisticsType {
|
|||
public int getValue() {
|
||||
return value_;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ jlong Java_org_rocksdb_Statistics_getTickerCount0(
|
|||
assert(st != nullptr);
|
||||
|
||||
return st->getTickerCount(static_cast<rocksdb::Tickers>(ticker));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue