mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user