mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4430: code readability tweak
This commit is contained in:
@@ -123,10 +123,12 @@ public interface TestData
|
|||||||
* The default electronic record name used when creating electronic records
|
* The default electronic record name used when creating electronic records
|
||||||
*/
|
*/
|
||||||
public static String ELECTRONIC_RECORD_NAME = "Record electronic" + getRandomAlphanumeric();
|
public static String ELECTRONIC_RECORD_NAME = "Record electronic" + getRandomAlphanumeric();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default Non electronic record name used when creating non-electronic records
|
* The default Non electronic record name used when creating non-electronic records
|
||||||
*/
|
*/
|
||||||
public static String NONELECTRONIC_RECORD_NAME = "Record nonelectronic" + getRandomAlphanumeric();
|
public static String NONELECTRONIC_RECORD_NAME = "Record nonelectronic" + getRandomAlphanumeric();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Data Provider with:
|
* Data Provider with:
|
||||||
* with the object types not allowed as children for a record category
|
* with the object types not allowed as children for a record category
|
||||||
|
Reference in New Issue
Block a user