Skip to content

Commit 6cc727c

Browse files
committed
build(codegen): updating SDK
1 parent 3172f0e commit 6cc727c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListAddLineItemAction.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public interface ShoppingListAddLineItemAction extends ShoppingListUpdateAction,
7979
public Long getQuantity();
8080

8181
/**
82-
* <p>Date and time the TextLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
82+
* <p>Date and time the ShoppingListLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
8383
* @return addedAt
8484
*/
8585

@@ -130,7 +130,7 @@ public interface ShoppingListAddLineItemAction extends ShoppingListUpdateAction,
130130
public void setQuantity(final Long quantity);
131131

132132
/**
133-
* <p>Date and time the TextLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
133+
* <p>Date and time the ShoppingListLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
134134
* @param addedAt value to be set
135135
*/
136136

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListAddLineItemActionBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public ShoppingListAddLineItemActionBuilder quantity(@Nullable final Long quanti
100100
}
101101

102102
/**
103-
* <p>Date and time the TextLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
103+
* <p>Date and time the ShoppingListLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
104104
* @param addedAt value to be set
105105
* @return Builder
106106
*/
@@ -197,7 +197,7 @@ public Long getQuantity() {
197197
}
198198

199199
/**
200-
* <p>Date and time the TextLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
200+
* <p>Date and time the ShoppingListLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
201201
* @return addedAt
202202
*/
203203

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListAddLineItemActionImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public Long getQuantity() {
113113
}
114114

115115
/**
116-
* <p>Date and time the TextLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
116+
* <p>Date and time the ShoppingListLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.</p>
117117
*/
118118

119119
public java.time.ZonedDateTime getAddedAt() {

references.txt

+1
Original file line numberDiff line numberDiff line change
@@ -314,3 +314,4 @@ c77ec902f368c2c31505fcb65a835ce148350077
314314
e985f4b7aa55610705ee49bd3eb645c2fd03eb6c
315315
3bde1efd0d5dbff77065d355e9d00e8a0e8f466a
316316
c27603f949e869148570ebb8bd3ec6db34a985b7
317+
cac013ef26a2c100979f66df86f605953dd5d736

0 commit comments

Comments
 (0)