You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedBy.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
publicinterfaceModifiedBy {
36
36
37
37
/**
38
-
* <p><code>true</code> if the change was made using the Merchant Center or ImpEx.</p>
38
+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
39
39
* @return isPlatformClient
40
40
*/
41
41
@NotNull
@@ -99,7 +99,7 @@ public interface ModifiedBy {
99
99
publicReferencegetAssociate();
100
100
101
101
/**
102
-
* <p><code>true</code> if the change was made using the Merchant Center or ImpEx.</p>
102
+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByBuilder.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public class ModifiedByBuilder implements Builder<ModifiedBy> {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public ModifiedByImpl() {
61
61
}
62
62
63
63
/**
64
-
* <p><code>true</code> if the change was made using the Merchant Center or ImpEx.</p>
64
+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/Source.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ public interface Source extends JsonEnum {
20
20
<p>The change was made through the Merchant Center.</p> */
0 commit comments