From: Aron Roberts Date: Sat, 15 Feb 2014 01:25:10 +0000 (-0800) Subject: CSPACE-6307: Fix trivial typo in comment. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=9b4dd5ef97069f8b010afef567240770e6b36b54;p=tmp%2Fjakarta-migration.git CSPACE-6307: Fix trivial typo in comment. --- 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);