mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
JavaDoc update as found by TonyB.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31438 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -206,7 +206,7 @@ public class ScriptNode implements Scopeable, NamespacePrefixResolverProvider
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param nodeRef The NodeRef this Node wrapper represents
|
||||
* @param nodeInfo The FileInfo this Node wrapper represents
|
||||
* @param services The ServiceRegistry the Node can use to access services
|
||||
* @param scope Root scope for this Node
|
||||
*/
|
||||
@@ -217,6 +217,13 @@ public class ScriptNode implements Scopeable, NamespacePrefixResolverProvider
|
||||
this.nodeInfo = nodeInfo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param nodeRef The NodeRef this Node wrapper represents
|
||||
* @param services The ServiceRegistry the Node can use to access services
|
||||
* @param scope Root scope for this Node
|
||||
*/
|
||||
public ScriptNode(NodeRef nodeRef, ServiceRegistry services, Scriptable scope)
|
||||
{
|
||||
if (nodeRef == null)
|
||||
|
Reference in New Issue
Block a user