Skip to content

Commit

Permalink
Merge pull request #1095 from commercetools/beta4
Browse files Browse the repository at this point in the history
Document missing utility method
  • Loading branch information
salander85 authored Nov 14, 2023
2 parents 9232b22 + 81458bd commit 036d9cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Some utility methods aren't available in this version. Please make sure to repla
// CollectionUtils
public static <T> Set<T> emptyIfNull(@Nullable final Set<T> set)
```
```java
// ShoppingListReferenceResolutionUtils
public static ShoppingListQuery buildShoppingListQuery() {
return ShoppingListQuery.of().plusExpansionPaths(ExpansionPath.of("lineItems[*].variant"));
}
```
- Changed scope of utility method:
```java
// CompletableFutureUtils
Expand Down

0 comments on commit 036d9cd

Please sign in to comment.