From 0ee6c8038a273d1207f73565204a26f2876adf68 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Fri, 3 Apr 2009 16:02:55 +0000 Subject: [PATCH] The containing groups for a user can now be optionally returned via the Person REST API. Some cleanup to Person REST API templates scripts and tests. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13829 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/java/org/alfresco/repo/jscript/People.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/repo/jscript/People.java b/source/java/org/alfresco/repo/jscript/People.java index d8e6731aa7..c085572f35 100644 --- a/source/java/org/alfresco/repo/jscript/People.java +++ b/source/java/org/alfresco/repo/jscript/People.java @@ -520,7 +520,7 @@ public final class People extends BaseScopableProcessorExtension * * @param person the user (cm:person) to get the containing groups for * - * @return the containing groups as a JavaScript array, can be null + * @return the containing groups as a JavaScript array */ public Scriptable getContainerGroups(ScriptNode person) {