From: Aron Roberts Date: Fri, 17 Apr 2015 22:04:16 +0000 (-0700) Subject: CSPACE-5793: Change parameter type. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=8126cfc04fd6fdff0a92ca26ecd9c3414b612672;p=tmp%2Fjakarta-migration.git CSPACE-5793: Change parameter type. --- 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;