forked from loafle/openapi-generator-original
Removed tab from DefaultCodegen
This commit is contained in:
parent
9afb8ff12a
commit
bfc14c82e5
@ -3686,7 +3686,7 @@ public class DefaultCodegen implements CodegenConfig {
|
|||||||
default:
|
default:
|
||||||
throw new RuntimeException("Invalid response code " + responseCode);
|
throw new RuntimeException("Invalid response code " + responseCode);
|
||||||
}
|
}
|
||||||
r.isSuccessCode = r.code.startsWith("2");
|
r.isSuccessCode = r.code.startsWith("2");
|
||||||
}
|
}
|
||||||
Schema responseSchema;
|
Schema responseSchema;
|
||||||
if (this.openAPI != null && this.openAPI.getComponents() != null) {
|
if (this.openAPI != null && this.openAPI.getComponents() != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user