From 90f51ad0cd74fe105e8fef60922ff58e9c54c0fb Mon Sep 17 00:00:00 2001 From: Sanjay Dalal Date: Thu, 21 May 2009 21:37:55 +0000 Subject: [PATCH] CSPACE-60, forgot to revert the collectionobject workspace id --- .../services/CollectionObjectServiceNuxeoImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/collectionobject/service/src/main/java/org/collectionspace/services/CollectionObjectServiceNuxeoImpl.java b/services/collectionobject/service/src/main/java/org/collectionspace/services/CollectionObjectServiceNuxeoImpl.java index cf3a9679e..17fa1cf30 100644 --- a/services/collectionobject/service/src/main/java/org/collectionspace/services/CollectionObjectServiceNuxeoImpl.java +++ b/services/collectionobject/service/src/main/java/org/collectionspace/services/CollectionObjectServiceNuxeoImpl.java @@ -33,8 +33,7 @@ public class CollectionObjectServiceNuxeoImpl extends final static String CO_NUXEO_DC_TITLE = "CollectionSpace-CollectionObject"; // replace WORKSPACE_UID for resource workspace - static String CS_COLLECTIONOBJECT_WORKSPACE_UID = "ed110dfd-34e2-4870-bfdb-3be13d19c3f9"; - //"e4a8e3d4-0954-4c10-963a-cc4ed09d5112"; + static String CS_COLLECTIONOBJECT_WORKSPACE_UID = "e4a8e3d4-0954-4c10-963a-cc4ed09d5112"; public Document deleteCollectionObject(String csid) throws DocumentException, IOException { -- 2.47.3