We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e851262 commit cfa1f1aCopy full SHA for cfa1f1a
src/main/scala/com/wordnik/swagger/codegen/Codegen.scala
@@ -239,7 +239,7 @@ class Codegen(config: CodegenConfig) {
239
}
240
241
242
- params += "dataType" ->config.toDeclaredType(u)
+ params += "dataType" -> config.toDeclaredType(u)
243
244
param.allowableValues match {
245
case a: AllowableValues => params += "allowableValues" -> allowableValuesToString(a)
0 commit comments