forked from loafle/openapi-generator-original
fixed build error
This commit is contained in:
parent
df1a987e2d
commit
86f9a0a58a
@ -1,7 +1,7 @@
|
|||||||
package com.wordnik.swagger.codegen;
|
package com.wordnik.swagger.codegen;
|
||||||
|
|
||||||
public class CodegenParameter {
|
public class CodegenParameter {
|
||||||
public Boolean hasMore = null, isContainer = null, secondaryParam = null, required = null;
|
public Boolean hasMore = null, isContainer = null, secondaryParam = null;
|
||||||
public String baseName, paramName, dataType, collectionFormat, description, baseType;
|
public String baseName, paramName, dataType, collectionFormat, description, baseType;
|
||||||
public Boolean isQueryParam, isPathParam, isHeaderParam, isCookieParam, isBodyParam;
|
public Boolean isQueryParam, isPathParam, isHeaderParam, isCookieParam, isBodyParam;
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user