WCM Services - "sandbox service" - cleanup (for consistency)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12174 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-11-28 12:32:27 +00:00
parent 8a765056b4
commit 3bd69a1734
8 changed files with 347 additions and 321 deletions

View File

@@ -154,7 +154,7 @@ public final class AVM extends BaseScopableProcessorExtension
SandboxService sbService = this.services.getSandboxService();
// get modified items - not including deleted
List<AVMNodeDescriptor> nodes = sbService.listChangedItemsWebApp(storeId, webapp, false);
List<AVMNodeDescriptor> nodes = sbService.listChangedWebApp(storeId, webapp, false);
List<AVMNode> items = new ArrayList<AVMNode>(nodes.size());