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:
Kevin Roast
2011-10-24 13:52:13 +00:00
parent 04ed43e717
commit cf04ee2905

View File

@@ -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)