File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
libpretixsync/src/main/java/eu/pretix/libpretixsync/sync Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 2929import eu .pretix .libpretixsync .SentryInterface ;
3030import eu .pretix .libpretixsync .config .ConfigStore ;
3131import eu .pretix .libpretixsync .db .Answer ;
32- import io .requery .BlockingEntityStore ;
33- import io .requery .Persistable ;
3432
3533public class SyncManager {
3634 public enum Profile {
@@ -42,7 +40,6 @@ public enum Profile {
4240 protected ConfigStore configStore ;
4341 protected long upload_interval ;
4442 protected long download_interval ;
45- protected BlockingEntityStore <Persistable > dataStore ;
4643 protected SyncDatabase db ;
4744 protected FileStorage fileStorage ;
4845 protected Profile profile ;
@@ -100,7 +97,6 @@ public SyncManager(
10097 ConfigStore configStore ,
10198 PretixApi api ,
10299 SentryInterface sentry ,
103- BlockingEntityStore <Persistable > dataStore ,
104100 SyncDatabase db ,
105101 FileStorage fileStorage ,
106102 long upload_interval ,
@@ -124,7 +120,6 @@ public SyncManager(
124120 this .sentry = sentry ;
125121 this .upload_interval = upload_interval ;
126122 this .download_interval = download_interval ;
127- this .dataStore = dataStore ;
128123 this .db = db ;
129124 this .fileStorage = fileStorage ;
130125 this .profile = profile ;
You can’t perform that action at this time.
0 commit comments