Skip to content

Commit

Permalink
Retrieving current dataset metadata more efficient and less often.
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed Dec 10, 2024
1 parent c25b5d0 commit 7c182d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public interface DansBagMappingService {

DansBagDeposit readDansDeposit(Path depositDir) throws InvalidDepositException;

Dataset getDatasetMetadataFromDansDeposit(DansBagDeposit dansDeposit, DatasetVersion updatesDataset);
Dataset getDatasetMetadataFromDansDeposit(DansBagDeposit dansDeposit, DatasetVersion currentMetadata);

EditFiles getEditFilesFromDansDeposit(DansBagDeposit dansDeposit, String updatesDataset);

Expand Down

0 comments on commit 7c182d5

Please sign in to comment.