changed the files according to the new futureInterface.

Voter-Registry
Vladimir Eliezer Tokarev 2016-03-04 05:43:43 -08:00
parent 843d50c276
commit fea0e8880f
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import meerkat.protobuf.BulletinBoardAPI.*;
import meerkat.protobuf.Crypto.Signature;
import meerkat.protobuf.Crypto.SignatureVerificationKey;
import meerkat.util.BulletinBoardUtils;
import meerkat.util.TimeStampComparator;
import meerkat.util.TimestampComparator;
import org.springframework.jdbc.core.namedparam.MapSqlParameterSource;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate;
import org.springframework.jdbc.support.GeneratedKeyHolder;
@ -900,7 +900,7 @@ public class BulletinBoardSQLServer implements BulletinBoardServer{
com.google.protobuf.Timestamp lastTimeOfSync = null;
TimeStampComparator timestampComparator = new TimeStampComparator();
TimestampComparator timestampComparator = new TimestampComparator();
long lastEntryNum = getLastMessageEntry();