Update DispositionLifecycleJobExecuter.java

This commit is contained in:
Piyush Joshi
2022-11-07 21:25:03 +05:30
committed by GitHub
parent 4998f19da9
commit c76d3b99c4

View File

@@ -204,7 +204,7 @@ public class DispositionLifecycleJobExecuter extends RecordsManagementJobExecute
log.trace("Using batch size of " + batchSize); log.trace("Using batch size of " + batchSize);
while (hasMore) while (hasMore)
{ {
SearchParameters params = new SearchParameters(); SearchParameters params = new SearchParameters();
params.addStore(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE); params.addStore(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE);