Changed name of ReverseBytewiseComparator based on review comment

main
fyrz 10 years ago
parent 5340484266
commit 8b8011a68c
  1. 2
      util/comparator.cc

@ -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…
Cancel
Save