Fixed AVMStoreImpl to properly capture its creator.

Got rid of some unneeded imports in AVMSyncServiceImpl.
Fixed build error in UIUserSandboxes.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3848 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-09-19 16:48:45 +00:00
parent 453f254606
commit dda6d72701
2 changed files with 7 additions and 5 deletions

View File

@@ -19,10 +19,8 @@ package org.alfresco.repo.avm;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.alfresco.service.cmr.avm.AVMBadArgumentException;
import org.alfresco.service.cmr.avm.AVMNodeDescriptor;
@@ -113,7 +111,6 @@ public class AVMSyncServiceImpl implements AVMSyncService
return result;
}
// TODO We need getDirectlyListingDirect(descriptor, includeDeleted)
/**
* Internal recursive implementation of compare.
* @param srcVersion The version of the source tree.