Skip to content

Commit a6d67af

Browse files
committed
[DURACOM-427] Update to remove unused variables
1 parent 2f4d0ef commit a6d67af

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

dspace-api/src/main/java/org/dspace/core/CrisConstants.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88
package org.dspace.core;
99

10-
import org.dspace.content.MetadataFieldName;
1110

1211
/**
1312
* Class with constants specific to CRIS features in DSpace
@@ -21,11 +20,6 @@ public class CrisConstants {
2120
* same number as the parent leading metadata
2221
*/
2322
public static final String PLACEHOLDER_PARENT_METADATA_VALUE = "#PLACEHOLDER_PARENT_METADATA_VALUE#";
24-
public static final MetadataFieldName MD_ENTITY_TYPE = new MetadataFieldName("dspace", "entity", "type");
25-
public static final MetadataFieldName MD_SUBMISSION_TYPE = new MetadataFieldName("dspace", "submission",
26-
"definition");
27-
public static final MetadataFieldName MD_WORKFLOW_NAME = new MetadataFieldName("dspace", "workflow", "name");
28-
public static final MetadataFieldName MD_SHARED_WORKSPACE = new MetadataFieldName("dspace", "workspace", "shared");
2923

3024
/**
3125
* Make the constructor private as it is an utility class

0 commit comments

Comments
 (0)