Skip to content

Commit 06ac8a1

Browse files
committed
build(codegen): updating SDK
1 parent 5d8d3c2 commit 06ac8a1

35 files changed

+39
-38
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldBooleanTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public CustomFieldBooleanTypeImpl() {
3232
}
3333

3434
/**
35-
*
35+
* <p>Discriminator that determines the type of the field.</p>
3636
*/
3737

3838
public String getName() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldDateTimeTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public CustomFieldDateTimeTypeImpl() {
3232
}
3333

3434
/**
35-
*
35+
* <p>Discriminator that determines the type of the field.</p>
3636
*/
3737

3838
public String getName() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldDateTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public CustomFieldDateTypeImpl() {
3232
}
3333

3434
/**
35-
*
35+
* <p>Discriminator that determines the type of the field.</p>
3636
*/
3737

3838
public String getName() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldEnumTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public CustomFieldEnumTypeImpl() {
4444
}
4545

4646
/**
47-
*
47+
* <p>Discriminator that determines the type of the field.</p>
4848
*/
4949

5050
public String getName() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldLocalizedEnumTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public CustomFieldLocalizedEnumTypeImpl() {
4444
}
4545

4646
/**
47-
*
47+
* <p>Discriminator that determines the type of the field.</p>
4848
*/
4949

5050
public String getName() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldLocalizedStringTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public CustomFieldLocalizedStringTypeImpl() {
3232
}
3333

3434
/**
35-
*
35+
* <p>Discriminator that determines the type of the field.</p>
3636
*/
3737

3838
public String getName() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldMoneyTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public CustomFieldMoneyTypeImpl() {
3232
}
3333

3434
/**
35-
*
35+
* <p>Discriminator that determines the type of the field.</p>
3636
*/
3737

3838
public String getName() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldNumberTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public CustomFieldNumberTypeImpl() {
3232
}
3333

3434
/**
35-
*
35+
* <p>Discriminator that determines the type of the field.</p>
3636
*/
3737

3838
public String getName() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldReferenceTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public CustomFieldReferenceTypeImpl() {
4444
}
4545

4646
/**
47-
*
47+
* <p>Discriminator that determines the type of the field.</p>
4848
*/
4949

5050
public String getName() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldSetTypeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public CustomFieldSetTypeImpl() {
4343
}
4444

4545
/**
46-
*
46+
* <p>Discriminator that determines the type of the field.</p>
4747
*/
4848

4949
public String getName() {

0 commit comments

Comments
 (0)