From: Richard Millet Date: Tue, 11 Sep 2012 23:28:54 +0000 (-0700) Subject: NOJIRA: Removed an unused import statement. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=d2d8624af990f2f3a1ce08ed2f705492595a13cb;p=tmp%2Fjakarta-migration.git NOJIRA: Removed an unused import statement. --- diff --git a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java index e6a71b397..c0060d725 100644 --- a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java +++ b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java @@ -29,7 +29,6 @@ import org.collectionspace.services.client.PoxPayloadIn; import org.collectionspace.services.client.PoxPayloadOut; import org.collectionspace.services.common.UriTemplateRegistry; -import org.collectionspace.services.common.api.CommonAPI; import org.collectionspace.services.common.api.RefName; import org.collectionspace.services.common.api.Tools; import org.collectionspace.services.common.authorityref.AuthorityRefDocList;