From 9f600142a03aa178af6ea5c5e4757b50a782acc1 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 9 Feb 2017 20:35:40 +0100 Subject: [PATCH] Fix typo --- org.argeo.node.api/src/org/argeo/node/NodeUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2