mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Fixed minor issues reported by sonar (Redundant Modifier)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63799 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -23,17 +23,17 @@ import org.alfresco.service.namespace.QName;
|
||||
|
||||
/**
|
||||
* RM 1.0 compatibility model
|
||||
*
|
||||
*
|
||||
* @author Roy Wetherall
|
||||
*/
|
||||
public interface CompatibilityModel extends DOD5015Model
|
||||
{
|
||||
{
|
||||
// Record series DOD type
|
||||
public static final QName TYPE_RECORD_SERIES = QName.createQName(DOD_URI, "recordSeries");
|
||||
|
||||
static final QName TYPE_RECORD_SERIES = QName.createQName(DOD_URI, "recordSeries");
|
||||
|
||||
// V1.0 custom property aspect names
|
||||
public static final String NAME_CUSTOM_RECORD_PROPERTIES = "customRecordProperties";
|
||||
public static final String NAME_CUSTOM_RECORD_FOLDER_PROPERTIES = "customRecordFolderProperties";
|
||||
public static final String NAME_CUSTOM_RECORD_CATEGORY_PROPERTIES = "customRecordCategoryProperties";
|
||||
public static final String NAME_CUSTOM_RECORD_SERIES_PROPERTIES = "customRecordSeriesProperties";
|
||||
static final String NAME_CUSTOM_RECORD_PROPERTIES = "customRecordProperties";
|
||||
static final String NAME_CUSTOM_RECORD_FOLDER_PROPERTIES = "customRecordFolderProperties";
|
||||
static final String NAME_CUSTOM_RECORD_CATEGORY_PROPERTIES = "customRecordCategoryProperties";
|
||||
static final String NAME_CUSTOM_RECORD_SERIES_PROPERTIES = "customRecordSeriesProperties";
|
||||
}
|
||||
|
Reference in New Issue
Block a user