*: replace java with Java and c++ with C++ (#6224)

This commit is contained in:
marchersimon
2021-07-13 10:59:48 +02:00
committed by GitHub
parent 03e2e3389e
commit b615ea1e34
8 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
`swagger-codegen generate -i {{swagger_file}} -l {{language}}`
- Generate java code using the library retrofit2 and the option useRxJava2:
- Generate Java code using the library retrofit2 and the option useRxJava2:
`swagger-codegen generate -i {{http://petstore.swagger.io/v2/swagger.json}} -l {{java}} --library {{retrofit2}} -D{{useRxJava2}}={{true}}`