Skip to content
Snippets Groups Projects
Commit 68b4b766 authored by gpawel's avatar gpawel
Browse files

BIS-171: missing change

SVN: 26494
parent ab4f9341
No related branches found
No related tags found
No related merge requests found
...@@ -709,8 +709,9 @@ abstract class AbstractImageStorageProcessor extends AbstractStorageProcessor im ...@@ -709,8 +709,9 @@ abstract class AbstractImageStorageProcessor extends AbstractStorageProcessor im
imageStorageConfiguraton.tryGetImageLibrary()); imageStorageConfiguraton.tryGetImageLibrary());
ImageDatasetOwnerInformation imageDatasetOwner = ImageDatasetOwnerInformation imageDatasetOwner =
ImageDatasetOwnerInformation.create(dataSetInformation.getContainerDatasetPermId(), ImageDatasetOwnerInformation.create(
dataSetInformation, thumbnailsInfo); dataSetInformation.tryGetContainerDatasetPermId(), dataSetInformation,
thumbnailsInfo);
return new ImageFileExtractionWithConfig(imageDatasetOwner, extractionResult, return new ImageFileExtractionWithConfig(imageDatasetOwner, extractionResult,
imageStorageConfiguraton); imageStorageConfiguraton);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment