We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384c703 commit 06c9295Copy full SHA for 06c9295
modules/swagger-codegen/src/main/java/io/swagger/codegen/CodegenConfig.java
@@ -5,8 +5,6 @@
5
import java.util.Set;
6
7
import com.github.jknack.handlebars.Handlebars;
8
-import com.github.jknack.handlebars.Helper;
9
-import com.samskivert.mustache.Mustache.Compiler;
10
import io.swagger.v3.oas.models.OpenAPI;
11
import io.swagger.v3.oas.models.Operation;
12
import io.swagger.v3.oas.models.media.Schema;
@@ -127,8 +125,6 @@ public interface CodegenConfig {
127
125
128
126
void processOpenAPI(OpenAPI openAPI);
129
130
- Compiler processCompiler(Compiler compiler);
131
-
132
String sanitizeTag(String tag);
133
134
String toApiFilename(String name);
0 commit comments