Trivial change to get Zuul to push a new jar

2 changes happened too close in time and one resulting jar overwrote the other.

Change-Id: Ie317e29ae3c990dc231c778321ddd79e26820a2c
This commit is contained in:
Deklan Dieterly 2015-07-06 15:36:53 -06:00
parent d155a68aaa
commit e4b5c69e7c

View File

@ -85,7 +85,6 @@ public abstract class InfluxRepo<T> implements Repo<T> {
}
}
protected abstract boolean isBufferEmpty();
protected abstract int write(String id) throws RepoException;