forked from loafle/openapi-generator-original
changed scope per #414
This commit is contained in:
parent
de4534475c
commit
7315b0ce2c
@ -11,9 +11,9 @@ import java.util.regex.*;
|
|||||||
import java.io.*;
|
import java.io.*;
|
||||||
|
|
||||||
public class DefaultGenerator implements Generator {
|
public class DefaultGenerator implements Generator {
|
||||||
private CodegenConfig config;
|
protected CodegenConfig config;
|
||||||
private ClientOptInput opts = null;
|
protected ClientOptInput opts = null;
|
||||||
private Swagger swagger = null;
|
protected Swagger swagger = null;
|
||||||
|
|
||||||
public Generator opts(ClientOptInput opts) {
|
public Generator opts(ClientOptInput opts) {
|
||||||
this.opts = opts;
|
this.opts = opts;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user