mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add newline at end of file
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user