Skip to content

Commit 726f6c6

Browse files
committed
chore: generate bin/generate-samples.sh bin/configs/java-*
1 parent 2d3c72f commit 726f6c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/client/petstore/java/webclient-springBoot4-jackson3/docs

samples/client/petstore/java/webclient-springBoot4-jackson3/docs/PetApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public class Example {
261261
petstore_auth.setAccessToken("YOUR ACCESS TOKEN");
262262

263263
PetApi apiInstance = new PetApi(defaultClient);
264-
Set<String> tags = Arrays.asList(); // Set<String> | Tags to filter by
264+
Set<String> tags = new LinkedHashSet<>(); // Set<String> | Tags to filter by
265265
try {
266266
Set<Pet> result = apiInstance.findPetsByTags(tags);
267267
System.out.println(result);

0 commit comments

Comments
 (0)