fix(model, CompletionInfo): int64 > long (#1560)

This commit is contained in:
Catfriend1 2025-08-05 19:09:12 +02:00 committed by GitHub
parent fc8768a7d9
commit 0a403537f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}