Skip to content

Commit db4ef07

Browse files
committed
DEVX-640: adding comment for AttributeNestedType
1 parent 382298b commit db4ef07

File tree

1 file changed

+1
-1
lines changed
  • commercetools/commercetools-importapi-utils/src/main/java/com/commercetools/sdk

1 file changed

+1
-1
lines changed

commercetools/commercetools-importapi-utils/src/main/java/com/commercetools/sdk/ProductUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ private static Attribute mapAttribute(com.commercetools.api.models.product.Attri
323323
if (value instanceof CustomObjectKeyReferenceImpl) {
324324
return Attribute.referenceBuilder().name(attribute.getName()).value(r -> r.keyValueDocumentBuilder().key (((CustomObjectKeyReferenceImpl) value).getKey())).build();
325325
}
326-
/* TODO: AttributeNestedType */
326+
/* TODO: AttributeNestedType is not supported yet */
327327
throw new IllegalArgumentException("Unsupported type: " + value.getClass());
328328
}
329329
}

0 commit comments

Comments
 (0)