Skip to content

Commit 6a38c34

Browse files
committed
lint
1 parent 1a6c884 commit 6a38c34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

constructorio-client/src/main/java/io/constructor/client/RecommendationsRequest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ public List<String> getItemIds() {
101101

102102
/**
103103
* @param variationId the variation id to set. Can be used with exactly one item_id specified in
104-
* the request. Applicable for alternative_items, complementary_items, and bundles pod types.
104+
* the request. Applicable for alternative_items, complementary_items, and bundles pod
105+
* types.
105106
*/
106107
public void setVariationId(String variationId) {
107108
this.variationId = variationId;

0 commit comments

Comments
 (0)