From e783f20a8154ea9440d95903972a05fa43f907fc Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Fri, 26 Apr 2013 14:16:49 -0700 Subject: [PATCH] CSPACE-5763: Fix additional merge SNAFU. --- .../java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java b/services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java index 4ef19c0ac..2b35274c3 100644 --- a/services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java +++ b/services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java @@ -42,6 +42,7 @@ import org.collectionspace.services.common.context.ServiceContext; import org.collectionspace.services.common.datetime.DateTimeFormatUtils; import org.collectionspace.services.common.document.DocumentException; import org.collectionspace.services.common.document.DocumentFilter; +import org.collectionspace.services.common.document.DocumentUtils; import org.collectionspace.services.common.query.QueryContext; import org.dom4j.Document; -- 2.47.3