]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6307: Fix trivial typo in comment.
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 15 Feb 2014 01:25:10 +0000 (17:25 -0800)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 15 Feb 2014 01:25:10 +0000 (17:25 -0800)
3rdparty/nuxeo/nuxeo-platform-listener/updateobjectlocationonmove/src/main/java/org/collectionspace/services/listener/AbstractUpdateObjectLocationValues.java

index af5e86c4f57e802187de2e335c3ddd0d33c84eea..48672cd680b4578db2ef802575f6d1d26d603719 100644 (file)
@@ -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);