Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run ./bin/kotlin-springboot-petstore-all.sh
  • Loading branch information
inadysensei committed Jan 23, 2020
commit 5adbdcdf89b9d50069741b97c0347f7c8ce8e3a2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.1-SNAPSHOT
4.2.3-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ import io.swagger.annotations.ApiModelProperty

/**
* A pet for sale in the pet store
* @param id
* @param category
* @param name
* @param photoUrls
* @param id
* @param category
* @param tags
* @param status pet status in the store
*/
Expand Down