update java petstore samples

This commit is contained in:
wing328
2017-06-29 13:53:37 +08:00
parent b2efb70410
commit 8015744212
32 changed files with 232 additions and 207 deletions

View File

@@ -266,7 +266,7 @@ FakeApi apiInstance = new FakeApi();
BigDecimal number = new BigDecimal(); // BigDecimal | None
Double _double = 3.4D; // Double | None
String patternWithoutDelimiter = "patternWithoutDelimiter_example"; // String | None
byte[] _byte = B; // byte[] | None
byte[] _byte = _byte_example; // byte[] | None
Integer integer = 56; // Integer | None
Integer int32 = 56; // Integer | None
Long int64 = 789L; // Long | None