From c11b951e5735bd093d2702788c62af59627d4c42 Mon Sep 17 00:00:00 2001 From: George Evangelopoulos Date: Fri, 16 Sep 2022 14:12:38 +0100 Subject: [PATCH] Update javadoc to clarify variable use (#1397) --- .../java/org/alfresco/rest/api/model/rules/RuleSetLink.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-api/src/main/java/org/alfresco/rest/api/model/rules/RuleSetLink.java b/remote-api/src/main/java/org/alfresco/rest/api/model/rules/RuleSetLink.java index 293417529f..56eb6b12af 100644 --- a/remote-api/src/main/java/org/alfresco/rest/api/model/rules/RuleSetLink.java +++ b/remote-api/src/main/java/org/alfresco/rest/api/model/rules/RuleSetLink.java @@ -30,7 +30,7 @@ public class RuleSetLink { /** - * This id is referring to the node id of the linked-to-folder which contains the rule set(s) + * This id is referring to the node id of either the rule set or the folder that contains the rule set. */ private String id;