Skip to content

Commit d627c3d

Browse files
committed
tweaked AnnotatedParams for FasterXML#1248
1 parent 1e5d349 commit d627c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedWithParams.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public final AnnotatedParameter getParameter(int index) {
120120
*/
121121
@Deprecated
122122
public final Type getGenericParameterType(int index) {
123-
return getRawParameterType(index);
123+
return getParameterType(index);
124124
}
125125

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

0 commit comments

Comments
 (0)