Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 22, 2024
1 parent e389bff commit aff981e
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,14 @@ public LiteratureResource(LiteratureSearchService searchService) {
in = ParameterIn.QUERY,
explode = Explode.TRUE),
@Parameter(
name = "publishingCountry",
description = "Country of the publisher whose dataset is referenced in publication. Country codes are listed in our "
+ "[Country enum](https://api.gbif.org/v1/enumeration/country)."
+ REPEATED,
array = @ArraySchema(schema = @Schema(implementation = Country.class)),
in = ParameterIn.QUERY,
explode = Explode.TRUE),
name = "publishingCountry",
description =
"Country of the publisher whose dataset is referenced in publication. Country codes are listed in our "
+ "[Country enum](https://api.gbif.org/v1/enumeration/country)."
+ REPEATED,
array = @ArraySchema(schema = @Schema(implementation = Country.class)),
in = ParameterIn.QUERY,
explode = Explode.TRUE),
@Parameter(
name = "relevance",
description =
Expand Down

0 comments on commit aff981e

Please sign in to comment.