From e932660b35a7080c7223d3cfe353dd8e79afc2e0 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 11 Aug 2009 04:26:15 +0000 Subject: [PATCH] NOJIRA: Removed unused constants. --- .../common/relation/RelationJAXBSchema.java | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/services/common/src/main/java/org/collectionspace/services/common/relation/RelationJAXBSchema.java b/services/common/src/main/java/org/collectionspace/services/common/relation/RelationJAXBSchema.java index c184f88f8..3c59fc0ed 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/relation/RelationJAXBSchema.java +++ b/services/common/src/main/java/org/collectionspace/services/common/relation/RelationJAXBSchema.java @@ -53,20 +53,7 @@ public interface RelationJAXBSchema { /** The Constant RELATIONSHIP_TYPE. */ final static String RELATIONSHIP_TYPE = "relationshipType"; - - /* - * Relation Types/Predicates Enumerations - */ - - /** The Constant ENUM_RELATIONSHIP_TYPE_ASSOC. */ - final static String ENUM_REL_TYPE_ASSOC = "association"; - - /** The Constant ENUM_RELATIONSHIP_TYPE_CONTAINS. */ - final static String ENUM_REL_TYPE_CONTAINS = "contains"; - - /** The Constant ENUM_RELATIONSHIP_TYPE_COLLECTIONOBJECT_INTAKE. */ - final static String ENUM_REL_TYPE_COLLECTIONOBJECT_INTAKE = "collectionobject-intake"; - + } -- 2.47.3