Feature/remove unused variables in html codegens (#3739)

* Remove unused variables/constants in StaticHtml[2]Generator.

It looks like those were remainders from copy+paste.

* run html-petstore.sh
This commit is contained in:
Paŭlo Ebermann
2016-09-12 05:00:02 +02:00
committed by wing328
parent 1d7d37409a
commit 72e051ab47
5 changed files with 464 additions and 41 deletions

View File

@@ -14,12 +14,10 @@ import java.util.List;
import java.util.Map;
public class StaticHtml2Generator extends DefaultCodegen implements CodegenConfig {
private static final String ALL_OPERATIONS = "";
protected String invokerPackage = "io.swagger.client";
protected String groupId = "io.swagger";
protected String artifactId = "swagger-client";
protected String artifactVersion = "1.0.0";
protected String sourceFolder = "src/main/scala";
public StaticHtml2Generator() {
super();

View File

@@ -19,12 +19,10 @@ import java.util.List;
import java.util.Map;
public class StaticHtmlGenerator extends DefaultCodegen implements CodegenConfig {
private static final String ALL_OPERATIONS = "";
protected String invokerPackage = "io.swagger.client";
protected String groupId = "io.swagger";
protected String artifactId = "swagger-client";
protected String artifactVersion = "1.0.0";
protected String sourceFolder = "src/main/scala";
public StaticHtmlGenerator() {
super();