mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4405: fixed erroneous comments
This commit is contained in:
@@ -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[][] {
|
||||||
|
Reference in New Issue
Block a user