Skip to content

Commit

Permalink
Merge branch 'master' into pr/1093
Browse files Browse the repository at this point in the history
# Conflicts:
#	portability-spi-transfer/src/main/java/org/datatransferproject/spi/transfer/idempotentexecutor/IdempotentImportExecutor.java
#	portability-spi-transfer/src/main/java/org/datatransferproject/spi/transfer/idempotentexecutor/ItemImportResult.java
#	portability-types-common/src/main/java/org/datatransferproject/types/common/models/photos/PhotoModel.java
  • Loading branch information
wmorland committed Jun 18, 2022
2 parents 019a615 + 1fdf324 commit 911e96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ default <T extends ImportableItem, R extends Serializable> R importAndSwallowIOE
}

default <T extends ImportableItem, R extends Serializable>
List<R> importBatchAnsSwallowIOExceptions(
List<R> importBatchAndSwallowIOExceptions(
List<T> items, ImportFunction<List<T>, List<R>> function) {

// The general idea is:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

public class ItemImportResult<T> {
/**
* The caching executor will keep it the cache. Nonnull in case of success. Null in case of
* failure.
* Internal cache of successfully imported data, or Null in case of failure.
*/
private final T data;

Expand Down

0 comments on commit 911e96f

Please sign in to comment.