From: Aron Roberts Date: Thu, 23 Jul 2009 20:59:52 +0000 (+0000) Subject: NOJIRA: Changed import statement to reflect move of IDResource into org.collectionspa... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=9ee4ab821c95714c79d47afe56f72c410b44b5f0;p=tmp%2Fjakarta-migration.git NOJIRA: Changed import statement to reflect move of IDResource into org.collectionspace.services.id. --- diff --git a/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java b/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java index 59fda2050..f5d9fe086 100644 --- a/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java +++ b/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java @@ -1,7 +1,7 @@ package org.collectionspace.services.jaxrs; import org.collectionspace.services.CollectionObjectResource; -import org.collectionspace.services.IDResource; +import org.collectionspace.services.id.IDResource; import org.collectionspace.services.IntakeResource; import javax.ws.rs.core.Application;