changed scope per #414

This commit is contained in:
Tony Tam 2015-02-06 05:55:30 -08:00
parent de4534475c
commit 7315b0ce2c

View File

@ -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;