]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5793: Change parameter type.
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 17 Apr 2015 22:04:16 +0000 (15:04 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 17 Apr 2015 22:04:16 +0000 (15:04 -0700)
3rdparty/nuxeo/nuxeo-platform-listener/updateobjectlocationonmove/src/main/java/org/collectionspace/services/listener/AbstractUpdateObjectLocationValues.java

index 99164cc77977a4db999bda80ecbd6d881b681f49..f300f9e5f1fceff1aa878c2c157a17e9e7b45404 100644 (file)
@@ -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;