Skip to content

Commit

Permalink
fixes order of fields, to avoid having to reorder all callers
Browse files Browse the repository at this point in the history
  • Loading branch information
awildturtok committed May 8, 2023
1 parent ba02e8a commit 4b9479c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ public class MetaStorage extends ConqueryStorage implements Injectable {

@Getter
protected final CentralRegistry centralRegistry = new CentralRegistry();
private final StoreFactory storageFactory;

@Getter
protected final DatasetRegistry datasetRegistry;
private final StoreFactory storageFactory;
private IdentifiableStore<ManagedExecution> executions;
private IdentifiableStore<FormConfig> formConfigs;
private IdentifiableStore<User> authUser;
Expand Down

0 comments on commit 4b9479c

Please sign in to comment.