Skip to content

Commit e65c753

Browse files
Merge pull request #859 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 919440a + 6e6edf4 commit e65c753

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/order_edit/OrderEditDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public interface OrderEditDraft extends com.commercetools.api.models.Customizabl
7979
public String getComment();
8080

8181
/**
82-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
82+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
8383
* <p>Order API Extensions, if any, are also called in dry runs.</p>
8484
* @return dryRun
8585
*/
@@ -131,7 +131,7 @@ public interface OrderEditDraft extends com.commercetools.api.models.Customizabl
131131
public void setComment(final String comment);
132132

133133
/**
134-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
134+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
135135
* <p>Order API Extensions, if any, are also called in dry runs.</p>
136136
* @param dryRun value to be set
137137
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditDraftBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public OrderEditDraftBuilder comment(@Nullable final String comment) {
203203
}
204204

205205
/**
206-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
206+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
207207
* <p>Order API Extensions, if any, are also called in dry runs.</p>
208208
* @param dryRun value to be set
209209
* @return Builder
@@ -264,7 +264,7 @@ public String getComment() {
264264
}
265265

266266
/**
267-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
267+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
268268
* <p>Order API Extensions, if any, are also called in dry runs.</p>
269269
* @return dryRun
270270
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditDraftImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public String getComment() {
9898
}
9999

100100
/**
101-
* <p>Set to <code>true</code> if you want to peview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
101+
* <p>Set to <code>true</code> if you want to preview the edited Order first without persisting it (dry run). A dry run allows checking for potential errors when trying to apply the <code>stagedActions</code>.</p>
102102
* <p>Order API Extensions, if any, are also called in dry runs.</p>
103103
*/
104104

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,4 @@ ffa8644c871728467258443ffb54707031865c44
388388
a7aa20c17dc375042673f3de785e65cda595960c
389389
9e27b6b4195fb7839b6c87f31a988d1612f327d6
390390
7e0d07d02382161fc6d401b83e03ad2754afbc9b
391+
0d4223fbb7b6010a0e567bf129f511b03ad91468

0 commit comments

Comments
 (0)