Skip to content

Commit bfe38fc

Browse files
committed
fix typo in java-mixin raml
1 parent c10aae1 commit bfe38fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-java-mixin.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ types:
13471347
MyPayment:
13481348
(java-extends): 'com.commercetools.api.models.DomainResource<MyPayment>, com.commercetools.api.models.Customizable<MyPayment>'
13491349
MyPaymentDraft:
1350-
(java-extends): 'MyPaymenDraftMixin, com.commercetools.api.models.CustomizableDraft<MyPaymentDraft>'
1350+
(java-extends): 'MyPaymentDraftMixin, com.commercetools.api.models.CustomizableDraft<MyPaymentDraft>'
13511351
MyPaymentUpdate:
13521352
(java-extends): 'com.commercetools.api.models.ResourceUpdate<MyPaymentUpdate,
13531353
MyPaymentUpdateAction, MyPaymentUpdateBuilder>'

0 commit comments

Comments
 (0)