Arc lint fixes

This commit is contained in:
Ankit Gupta
2014-06-22 13:30:26 -07:00
parent e0ebea6cc2
commit 718029fc38
5 changed files with 25 additions and 25 deletions

View File

@@ -10,11 +10,11 @@ import org.rocksdb.*;
public class StatsCallbackMock implements StatisticsCollectorCallback {
public int tickerCallbackCount = 0;
public int histCallbackCount = 0;
public void tickerCallback(TickerType tickerType, long tickerCount) {
tickerCallbackCount++;
}
public void histogramCallback(HistogramType histType,
HistogramData histData) {
histCallbackCount++;