mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 12:39:08 +00:00
#1809 resolve casing conflict part2
This commit is contained in:
@@ -9,9 +9,9 @@ import io.swagger.models.properties.FileProperty;
|
||||
import io.swagger.models.properties.MapProperty;
|
||||
import io.swagger.models.properties.Property;
|
||||
|
||||
public class TypeScriptAngular2ClientCodegen2 extends AbstractTypeScriptClientCodegen {
|
||||
public class TypeScriptAngular2ClientCodegen extends AbstractTypeScriptClientCodegen {
|
||||
|
||||
public TypeScriptAngular2ClientCodegen2() {
|
||||
public TypeScriptAngular2ClientCodegen() {
|
||||
super();
|
||||
this.outputFolder = "generated-code/typescript-angular2";
|
||||
|
||||
Reference in New Issue
Block a user