Skip to content

Commit 3885e55

Browse files
committed
fix for #604, added description from annotations
1 parent a96e6bd commit 3885e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-servlet/src/main/scala/com/wordnik/swagger/servlet/config/ServletReader.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ServletReader extends ClassReader with ClassReaderUtils {
5151
val allowableValues = toAllowableValues(param.allowableValues)
5252
Parameter(
5353
param.name,
54-
None,
54+
Option(param.value),
5555
Option(param.defaultValue).filter(_.trim.nonEmpty),
5656
param.required,
5757
param.allowMultiple,

0 commit comments

Comments
 (0)