changed the files according to the new futureInterface.
parent
843d50c276
commit
fea0e8880f
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue