File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
src/main/java/io/swagger/codegen/languages Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 8585 <artifactId >swagger-parser-v3</artifactId >
8686 <version >${swagger-parser-version} </version >
8787 </dependency >
88- <dependency >
89- <groupId >com.samskivert</groupId >
90- <artifactId >jmustache</artifactId >
91- <version >${jmustache-version} </version >
92- </dependency >
9388 <dependency >
9489 <groupId >commons-io</groupId >
9590 <artifactId >commons-io</artifactId >
171166 <commons-lang-version >3.4</commons-lang-version >
172167 <slf4j-version >1.7.12</slf4j-version >
173168 <scala-maven-plugin-version >3.2.1</scala-maven-plugin-version >
174- <jmustache-version >1.12</jmustache-version >
175169 <testng-version >6.9.6</testng-version >
176170 <surefire-version >2.19.1</surefire-version >
177171 <jmockit-version >1.25</jmockit-version >
Original file line number Diff line number Diff line change 22
33import com .fasterxml .jackson .databind .JsonNode ;
44import com .github .jknack .handlebars .Handlebars ;
5- import com .samskivert .mustache .Mustache ;
65import io .swagger .codegen .CliOption ;
76import io .swagger .codegen .CodegenArgument ;
87import io .swagger .codegen .CodegenConfig ;
@@ -369,12 +368,6 @@ public void preprocessOpenAPI(OpenAPI openAPI) {
369368 public void processOpenAPI (OpenAPI openAPI ) {
370369 }
371370
372- // override with any special handling of the JMustache compiler
373- @ SuppressWarnings ("unused" )
374- public Mustache .Compiler processCompiler (Mustache .Compiler compiler ) {
375- return compiler ;
376- }
377-
378371 // override with any special text escaping logic
379372 @ SuppressWarnings ("static-method" )
380373 public String escapeText (String input ) {
You can’t perform that action at this time.
0 commit comments