mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-28 05:43:50 +00:00
Address review comments
This commit is contained in:
parent
5c743bc322
commit
973362e41e
|
@ -6442,7 +6442,7 @@ class TxnDBWritePolicyJni {
|
|||
}
|
||||
};
|
||||
|
||||
// The portal class for org.rocksdb.ValueType
|
||||
// The portal class for org.rocksdb.EntryType
|
||||
class EntryTypeJni {
|
||||
public:
|
||||
static jbyte toJavaEntryType(const ROCKSDB_NAMESPACE::EntryType& entry_type) {
|
||||
|
|
Loading…
Reference in a new issue