Skip to content

Commit bfdd7cf

Browse files
committed
Changes to the c client:
- Removed white space. - Removed ToJSON and FromJSON function for the enums, since they are not used - Sanitized project name in the .java file. For example, this solves a problem with the issue #2338, where the yaml file had title: "Skycoin REST API."
1 parent 1400a8e commit bfdd7cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CLibcurlClientCodegen.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,11 +623,7 @@ public void preprocessOpenAPI(OpenAPI openAPI) {
623623
}
624624

625625
public void setProjectName(String projectName) {
626-
System.out.println("michele was here setProjectName this1 "+this.projectName);
627-
System.out.println("michele was here setProjectName no1 "+projectName);
628626
this.projectName = underscore(sanitizeName(projectName.toLowerCase(Locale.ROOT)));
629-
System.out.println("michele was here setProjectName this2 "+this.projectName);
630-
System.out.println("michele was here setProjectName no2 "+projectName);
631627
}
632628

633629
@Override

0 commit comments

Comments
 (0)