Skip to content

Commit

Permalink
Merge pull request #577 from selimok/master. Fixes #519.
Browse files Browse the repository at this point in the history
Fix @RequestHeaders mapping problem (related with spring-web module)
  • Loading branch information
stoicflame authored Dec 23, 2016
2 parents d75f1fb + 647d51d commit bdfb971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String getName() {

@Override
public String getDescription() {
return this.param.getJavaDoc().toString();
return this.param.getDocValue();
}

@Override
Expand Down

0 comments on commit bdfb971

Please sign in to comment.