Skip to content

Commit

Permalink
fix(specs): adjust style for banner descriptions (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4362

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Kai Welke <kai.welke@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
3 people committed Jan 16, 2025
1 parent ce6c194 commit 4f01c6f
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.databind.annotation.*;
import java.util.Objects;

/** a search banner with image and url. */
/** Banner with image and link to redirect users. */
public class Banner {

@JsonProperty("image")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.List;
import java.util.Objects;

/** image of a search banner. */
/** Image to show inside a banner. */
public class BannerImage {

@JsonProperty("urls")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.databind.annotation.*;
import java.util.Objects;

/** url for a search banner image. */
/** URL for an image to show inside a banner. */
public class BannerImageUrl {

@JsonProperty("url")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.databind.annotation.*;
import java.util.Objects;

/** link for a banner defined in merchandising studio. */
/** Link for a banner defined in the Merchandising Studio. */
public class BannerLink {

@JsonProperty("url")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.List;
import java.util.Objects;

/** widgets returned from any rules that are applied to the current search. */
/** Widgets returned from any rules that are applied to the current search. */
public class Widgets {

@JsonProperty("banners")
Expand All @@ -28,7 +28,7 @@ public Widgets addBanners(Banner bannersItem) {
return this;
}

/** banners defined in the merchandising studio for the given search. */
/** Banners defined in the Merchandising Studio for a given search. */
@javax.annotation.Nullable
public List<Banner> getBanners() {
return banners;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.databind.annotation.*;
import java.util.Objects;

/** a search banner with image and url. */
/** Banner with image and link to redirect users. */
public class Banner {

@JsonProperty("image")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.List;
import java.util.Objects;

/** image of a search banner. */
/** Image to show inside a banner. */
public class BannerImage {

@JsonProperty("urls")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.databind.annotation.*;
import java.util.Objects;

/** url for a search banner image. */
/** URL for an image to show inside a banner. */
public class BannerImageUrl {

@JsonProperty("url")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.databind.annotation.*;
import java.util.Objects;

/** link for a banner defined in merchandising studio. */
/** Link for a banner defined in the Merchandising Studio. */
public class BannerLink {

@JsonProperty("url")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.List;
import java.util.Objects;

/** widgets returned from any rules that are applied to the current search. */
/** Widgets returned from any rules that are applied to the current search. */
public class Widgets {

@JsonProperty("banners")
Expand All @@ -28,7 +28,7 @@ public Widgets addBanners(Banner bannersItem) {
return this;
}

/** banners defined in the merchandising studio for the given search. */
/** Banners defined in the Merchandising Studio for a given search. */
@javax.annotation.Nullable
public List<Banner> getBanners() {
return banners;
Expand Down

0 comments on commit 4f01c6f

Please sign in to comment.