Skip to content

Commit

Permalink
Tweaked AnnotatedWithParams for FasterXML#1248
Browse files Browse the repository at this point in the history
  • Loading branch information
apjoseph committed May 25, 2016
1 parent 1e5d349 commit 9c434de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public final AnnotatedParameter getParameter(int index) {
*/
@Deprecated
public final Type getGenericParameterType(int index) {
return getRawParameterType(index);
return getParameterType(index);
}

public final int getAnnotationCount() { return _annotations.size(); }
Expand Down

0 comments on commit 9c434de

Please sign in to comment.