forked from loafle/openapi-generator-original
* [Java][Client] Fix #12556 Support primitives and arrays in oneOf * Regenerate petstore samples * Regenerate petstore test samples * Treat 'BigDecimal' as primtive datatype * Fix integration tests
This commit is contained in:
@@ -640,7 +640,7 @@ public class Example {
|
||||
|
||||
### Return type
|
||||
|
||||
CompletableFuture<[**BigDecimal**](BigDecimal.md)>
|
||||
CompletableFuture<**BigDecimal**>
|
||||
|
||||
|
||||
### Authorization
|
||||
@@ -716,7 +716,7 @@ public class Example {
|
||||
|
||||
### Return type
|
||||
|
||||
CompletableFuture<ApiResponse<[**BigDecimal**](BigDecimal.md)>>
|
||||
CompletableFuture<ApiResponse<**BigDecimal**>>
|
||||
|
||||
|
||||
### Authorization
|
||||
|
||||
Reference in New Issue
Block a user