forked from loafle/openapi-generator-original
[Java][Client] Fix handling of 'number' types in oneOf (#16202)
This commit is contained in:
@@ -640,7 +640,7 @@ public class Example {
|
||||
|
||||
### Return type
|
||||
|
||||
CompletableFuture<**BigDecimal**>
|
||||
CompletableFuture<[**BigDecimal**](BigDecimal.md)>
|
||||
|
||||
|
||||
### Authorization
|
||||
@@ -716,7 +716,7 @@ public class Example {
|
||||
|
||||
### Return type
|
||||
|
||||
CompletableFuture<ApiResponse<**BigDecimal**>>
|
||||
CompletableFuture<ApiResponse<[**BigDecimal**](BigDecimal.md)>>
|
||||
|
||||
|
||||
### Authorization
|
||||
|
||||
Reference in New Issue
Block a user