]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Removed dead import statements -this change has been sitting in my commit...
authorRichard Millet <richard.millet@berkeley.edu>
Mon, 9 May 2011 22:55:51 +0000 (22:55 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Mon, 9 May 2011 22:55:51 +0000 (22:55 +0000)
services/report/service/src/main/java/org/collectionspace/services/report/ReportResource.java

index 371b2ad3e9d6f75f56974097029b151714f1dad3..9afb682cb03caee5492c2e669cfbea54d5d915f9 100644 (file)
@@ -63,8 +63,6 @@ import org.collectionspace.services.common.AbstractMultiPartCollectionSpaceResou
 import org.collectionspace.services.common.ClientType;
 import org.collectionspace.services.common.ServiceMain;
 import org.collectionspace.services.common.config.ConfigReader;
-import org.collectionspace.services.common.context.MultipartServiceContextImpl;
-import org.collectionspace.services.common.context.ServiceBindingUtils;
 import org.collectionspace.services.common.context.ServiceContext;
 import org.collectionspace.services.common.document.DocumentFilter;
 import org.collectionspace.services.common.document.DocumentHandler;
@@ -72,11 +70,6 @@ import org.collectionspace.services.common.document.DocumentNotFoundException;
 import org.collectionspace.services.common.document.DocumentWrapper;
 import org.collectionspace.services.common.query.QueryManager;
 import org.collectionspace.services.common.security.UnauthorizedException;
-import org.collectionspace.services.common.vocabulary.AuthorityItemJAXBSchema;
-import org.collectionspace.services.common.vocabulary.AuthorityJAXBSchema;
-import org.collectionspace.services.common.vocabulary.RefNameServiceUtils;
-import org.collectionspace.services.nuxeo.client.java.DocumentModelHandler;
-import org.collectionspace.services.nuxeo.client.java.RemoteDocumentModelHandlerImpl;
 import org.jboss.resteasy.util.HttpResponseCodes;
 import org.nuxeo.ecm.core.api.DocumentModel;
 import org.slf4j.Logger;