#1809 resolve casing conflict part2

This commit is contained in:
Kristof Vrolijkx
2016-04-19 13:00:38 +02:00
parent e94c433874
commit c3dfa5dbab
4 changed files with 12 additions and 12 deletions

View File

@@ -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";