]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Changed import statement to reflect move of IDResource into org.collectionspa...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 23 Jul 2009 20:59:52 +0000 (20:59 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 23 Jul 2009 20:59:52 +0000 (20:59 +0000)
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java

index 59fda2050b5ca0f261544fc7f60a23fbed53eda6..f5d9fe086055526ddd4c52527d9f49985c926af9 100644 (file)
@@ -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;