mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Just a pass at kruft removal.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3307 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
*/
|
||||
package org.alfresco.repo.avm;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.SortedMap;
|
||||
|
||||
@@ -91,12 +90,6 @@ public interface DirectoryNode extends AVMNode
|
||||
*/
|
||||
public void retarget(Lookup lPath, String target);
|
||||
|
||||
/**
|
||||
* Get all the directly contained children of a node.
|
||||
* @return A List of Child entries.
|
||||
*/
|
||||
public List<ChildEntry> getChildren();
|
||||
|
||||
/**
|
||||
* Set whether this node is a root node.
|
||||
* @param isRoot
|
||||
|
Reference in New Issue
Block a user