From 8126cfc04fd6fdff0a92ca26ecd9c3414b612672 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Fri, 17 Apr 2015 15:04:16 -0700 Subject: [PATCH] CSPACE-5793: Change parameter type. --- .../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 99164cc77..f300f9e5f 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 @@ -409,7 +409,7 @@ public abstract class AbstractUpdateObjectLocationValues implements EventListene * @return the most recent Movement record related to the CollectionObject * identified by the supplied CSID. */ - protected static DocumentModel getMostRecentMovement(CoreSession session, String collectionObjectCsid, + protected static DocumentModel getMostRecentMovement(CoreSessionInterface session, String collectionObjectCsid, boolean isAboutToBeRemovedEvent, String aboutToBeRemovedMovementCsidToFilter) throws ClientException { DocumentModel mostRecentMovementDocModel = null; -- 2.47.3