Fixed ALF-4676: WorkProviderIterator over BatchProcessWorkProvider does not fetch all results

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22297 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-09-07 14:10:59 +00:00
parent 9e87100a6b
commit 494db3841a
2 changed files with 44 additions and 17 deletions

View File

@@ -336,9 +336,8 @@ public class AuthorityMigrationPatch extends AbstractPatch
return authNodeRef;
}
/*
* (non-Javadoc)
* @see org.alfresco.repo.admin.patch.AbstractPatch#applyInternal()
/**
* TODO: The walking of the group associations should be wrapped up in a BatchProcessWorkProvider, if possible
*/
@Override
protected String applyInternal() throws Exception