From db85f2b1e945aa61a8d04a4aafb33b75f45c913a Mon Sep 17 00:00:00 2001 From: Kristijan Conkas Date: Thu, 8 Dec 2016 13:29:05 +0000 Subject: [PATCH] RM-4405: fixed erroneous comments --- .../community/fileplancomponents/ElectronicRecordTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/ElectronicRecordTests.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/ElectronicRecordTests.java index 1d2692c7a8..7f11a05162 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/ElectronicRecordTests.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/fileplancomponents/ElectronicRecordTests.java @@ -65,7 +65,7 @@ public class ElectronicRecordTests extends BaseRestTest /** image resource file to be used for records body */ private static final String IMAGE_FILE = "money.JPG"; - /** Valid root containers where non-electronic records can be created */ + /** Valid root containers where electronic records can be created */ @DataProvider(name = "invalidParentContainers") public Object[][] invalidContainers() throws Exception { return new Object[][] { @@ -81,7 +81,7 @@ public class ElectronicRecordTests extends BaseRestTest }; } - /** Valid root containers where non-electronic records can be created */ + /** Valid root containers where electronic records can be created */ @DataProvider(name = "validContainers") public Object[][] rootContainers() throws Exception { return new Object[][] {