Changed signatures of directory listing returning methods to

SortedMap where appropriate.  Fixed embarassing accumulation of
broken javadocs.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3258 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-06-27 23:29:57 +00:00
parent 39728a6f86
commit be6dd8c9dc
26 changed files with 86 additions and 81 deletions

View File

@@ -94,7 +94,7 @@ abstract class AVMNodeImpl implements AVMNode, Serializable
/**
* Set the ancestor of this node.
* @param ancector The ancestor to set.
* @param ancestor The ancestor to set.
*/
public void setAncestor(AVMNode ancestor)
{
@@ -279,7 +279,7 @@ abstract class AVMNodeImpl implements AVMNode, Serializable
/**
* Get the version for concurrency control.
* @return
* @return The version for optimistic locks.
*/
protected long getVers()
{
@@ -287,7 +287,8 @@ abstract class AVMNodeImpl implements AVMNode, Serializable
}
/**
* @return
* Get whether this is a root node.
* @return Whether this is a root node.
*/
public boolean getIsRoot()
{