Add newline at end of file

main
Ankit Gupta 11 years ago
parent 98421774b6
commit 3723d08290
  1. 2
      java/org/rocksdb/Statistics.java
  2. 2
      java/org/rocksdb/StatisticsType.java
  3. 2
      java/rocksjni/statistics.cc

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