Skip to content

Commit c09adc4

Browse files
author
Ganesh Subramanian
committed
Fix for issue #226
1 parent a626dea commit c09adc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/com/wordnik/swagger/codegen/BasicJavaGenerator.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class BasicJavaGenerator extends BasicGenerator {
8787
"Array" -> "java.util.*",
8888
"ArrayList" -> "java.util.*",
8989
"List" -> "java.util.*",
90+
"Set" -> "java.util.*",
9091
"DateTime" -> "org.joda.time.*",
9192
"LocalDateTime" -> "org.joda.time.*",
9293
"LocalDate" -> "org.joda.time.*",

0 commit comments

Comments
 (0)