Skip to content

Commit

Permalink
fix for #604, added description from annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jul 13, 2014
1 parent a96e6bd commit 3885e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ServletReader extends ClassReader with ClassReaderUtils {
val allowableValues = toAllowableValues(param.allowableValues)
Parameter(
param.name,
None,
Option(param.value),
Option(param.defaultValue).filter(_.trim.nonEmpty),
param.required,
param.allowMultiple,
Expand Down

0 comments on commit 3885e55

Please sign in to comment.