formatting

This commit is contained in:
Tony Tam 2013-09-19 08:13:50 -07:00
parent e851262875
commit cfa1f1a3c1

View File

@ -239,7 +239,7 @@ class Codegen(config: CodegenConfig) {
} }
} }
params += "dataType" ->config.toDeclaredType(u) params += "dataType" -> config.toDeclaredType(u)
param.allowableValues match { param.allowableValues match {
case a: AllowableValues => params += "allowableValues" -> allowableValuesToString(a) case a: AllowableValues => params += "allowableValues" -> allowableValuesToString(a)