File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public AsyncScalaClientCodegen() {
6060 importMapping .remove ("Map" );
6161
6262 importMapping .put ("DateTime" , "org.joda.time.DateTime" );
63- importMapping .put ("ListBuffer" , "scala.collections .mutable.ListBuffer" );
63+ importMapping .put ("ListBuffer" , "scala.collection .mutable.ListBuffer" );
6464
6565 typeMapping = new HashMap <String , String >();
6666 typeMapping .put ("enum" , "NSString" );
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public ScalaClientCodegen() {
7676 importMapping .remove ("Map" );
7777
7878 importMapping .put ("DateTime" , "org.joda.time.DateTime" );
79- importMapping .put ("ListBuffer" , "scala.collections .mutable.ListBuffer" );
79+ importMapping .put ("ListBuffer" , "scala.collection .mutable.ListBuffer" );
8080
8181 typeMapping = new HashMap <String , String >();
8282 typeMapping .put ("enum" , "NSString" );
You can’t perform that action at this time.
0 commit comments