Changed name of ReverseBytewiseComparator based on review comment
This commit is contained in:
parent
5340484266
commit
8b8011a68c
@ -75,7 +75,7 @@ class ReverseBytewiseComparatorImpl : public BytewiseComparatorImpl {
|
||||
ReverseBytewiseComparatorImpl() { }
|
||||
|
||||
virtual const char* Name() const {
|
||||
return "leveldb.ReverseBytewiseComparator";
|
||||
return "rocksdb.ReverseBytewiseComparator";
|
||||
}
|
||||
|
||||
virtual int Compare(const Slice& a, const Slice& b) const {
|
||||
|
Loading…
Reference in New Issue
Block a user