From: Mathieu Baudier Date: Thu, 9 Feb 2017 19:35:40 +0000 (+0100) Subject: Fix typo X-Git-Tag: argeo-commons-2.1.60~3^2~2 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=9f600142a03aa178af6ea5c5e4757b50a782acc1;p=lgpl%2Fargeo-commons.git Fix typo --- diff --git a/org.argeo.node.api/src/org/argeo/node/NodeUtils.java b/org.argeo.node.api/src/org/argeo/node/NodeUtils.java index 7dd2ceb69..8edea1a73 100644 --- a/org.argeo.node.api/src/org/argeo/node/NodeUtils.java +++ b/org.argeo.node.api/src/org/argeo/node/NodeUtils.java @@ -111,7 +111,7 @@ public class NodeUtils { * a session with a different user ID than the one searched, * typically when a system or admin session is used. * @param cn - * the username of the user + * the name of the group */ public static Node getGroupHome(Session session, String cn) { try {