RM-4405: fixed erroneous comments

This commit is contained in:
Kristijan Conkas
2016-12-08 13:29:05 +00:00
parent 288c4dc68f
commit db85f2b1e9

View File

@@ -65,7 +65,7 @@ public class ElectronicRecordTests extends BaseRestTest
/** image resource file to be used for records body */ /** image resource file to be used for records body */
private static final String IMAGE_FILE = "money.JPG"; 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") @DataProvider(name = "invalidParentContainers")
public Object[][] invalidContainers() throws Exception { public Object[][] invalidContainers() throws Exception {
return new Object[][] { 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") @DataProvider(name = "validContainers")
public Object[][] rootContainers() throws Exception { public Object[][] rootContainers() throws Exception {
return new Object[][] { return new Object[][] {