File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/scala/com/wordnik/swagger/codegen Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ class Codegen(config: CodegenConfig) {
436
436
val ComplexTypeMatcher (basePart) = operation.responseClass
437
437
438
438
properties += " returnType" -> config.processResponseDeclaration(operation.responseClass.replaceAll(basePart, config.processResponseClass(basePart).get))
439
- properties += " returnContainer" -> (operation.responseClass.substring(0 , n))
439
+ properties += " returnContainer" -> config.processResponseClass (operation.responseClass.substring(0 , n))
440
440
properties += " returnBaseType" -> config.processResponseClass(basePart)
441
441
properties += " returnTypeIsPrimitive" -> {
442
442
(config.languageSpecificPrimitives.contains(basePart) || primitives.contains(basePart)) match {
You can’t perform that action at this time.
0 commit comments