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.*; 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;