From 9b4dd5ef97069f8b010afef567240770e6b36b54 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Fri, 14 Feb 2014 17:25:10 -0800 Subject: [PATCH] CSPACE-6307: Fix trivial typo in comment. --- .../services/listener/AbstractUpdateObjectLocationValues.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/nuxeo/nuxeo-platform-listener/updateobjectlocationonmove/src/main/java/org/collectionspace/services/listener/AbstractUpdateObjectLocationValues.java b/3rdparty/nuxeo/nuxeo-platform-listener/updateobjectlocationonmove/src/main/java/org/collectionspace/services/listener/AbstractUpdateObjectLocationValues.java index af5e86c4f..48672cd68 100644 --- a/3rdparty/nuxeo/nuxeo-platform-listener/updateobjectlocationonmove/src/main/java/org/collectionspace/services/listener/AbstractUpdateObjectLocationValues.java +++ b/3rdparty/nuxeo/nuxeo-platform-listener/updateobjectlocationonmove/src/main/java/org/collectionspace/services/listener/AbstractUpdateObjectLocationValues.java @@ -103,7 +103,7 @@ public abstract class AbstractUpdateObjectLocationValues implements EventListene logger.trace("An event involving a Movement document was received by UpdateObjectLocationOnMove ..."); } // FIXME: exclude update events for Movement records here, if we can - // identify that we'l still be properly handling update events + // identify that we'll still be properly handling update events // that include a relations list as part of the update payload, // perhaps because that may trigger a separate event notification. movementCsid = NuxeoUtils.getCsid(docModel); -- 2.47.3