forked from loafle/openapi-generator-original
[Java][google-api-client] Fix minor bugs in google api client (#6951)
* Fix minor bugs in google-api-client templates * Update samples
This commit is contained in:
committed by
William Cheng
parent
d719daab22
commit
47f1865e69
@@ -268,7 +268,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 = _byte_example; // byte[] | None
|
||||
byte[] _byte = B; // byte[] | None
|
||||
Integer integer = 56; // Integer | None
|
||||
Integer int32 = 56; // Integer | None
|
||||
Long int64 = 789L; // Long | None
|
||||
|
||||
Reference in New Issue
Block a user