[Python] remove default value from being fallback to example (#2213)

* remove example fallback

* reset test case
This commit is contained in:
William Cheng
2019-02-22 20:44:27 +08:00
committed by GitHub
parent 163b00459f
commit f2002b25da
59 changed files with 77 additions and 105 deletions

View File

@@ -286,7 +286,7 @@ public class FormatTest {
* Get uuid
* @return uuid
**/
@ApiModelProperty(value = "")
@ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "")
public UUID getUuid() {
return uuid;
}