fix(model, CompletionInfo): int64 > long (#1560)
This commit is contained in:
parent
fc8768a7d9
commit
0a403537f4
@ -11,5 +11,5 @@ public class CompletionInfo {
|
||||
public double needDeletes = 0;
|
||||
public double needItems = 0;
|
||||
public String remoteState = "unknown";
|
||||
public Integer sequence = 0;
|
||||
public long sequence = 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user