From 5ee17506a6bc35edf30ac531c1455eaefe5fcb85 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Fri, 27 Oct 2017 09:46:08 +0300 Subject: [PATCH] review changes --- .../java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java index efb3f2f58c..aedeed3704 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java @@ -549,6 +549,7 @@ public class BaseRMRestTest extends RestTest * * @param parentId the id of the parent * @param name the name of the record + * @param user the user who creates the non-electronic record * @return the created record * @throws Exception */