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.*;
|
||||
|
||||
public class DefaultGenerator implements Generator {
|
||||
private CodegenConfig config;
|
||||
private ClientOptInput opts = null;
|
||||
private Swagger swagger = null;
|
||||
protected CodegenConfig config;
|
||||
protected ClientOptInput opts = null;
|
||||
protected Swagger swagger = null;
|
||||
|
||||
public Generator opts(ClientOptInput opts) {
|
||||
this.opts = opts;
|
||||
|
Loading…
x
Reference in New Issue
Block a user