We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d5285 commit cf35886Copy full SHA for cf35886
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/JavaClientCodegen.java
@@ -749,11 +749,11 @@ public void processOpts() {
749
}
750
751
if (isLibrary(FEIGN)) {
752
- additionalProperties.put("feign-okhttp", "true");
+ additionalProperties.put("feign-okhttp", "true");
753
} else if (isLibrary(FEIGN_HC5)) {
754
- additionalProperties.put("feign-hc5", "true");
755
- setTemplateDir(FEIGN);
756
- setLibrary(FEIGN);
+ additionalProperties.put("feign-hc5", "true");
+ setTemplateDir(FEIGN);
+ setLibrary(FEIGN);
757
758
759
// authentication related files
0 commit comments