kfaraz commented on code in PR #13244:
URL: https://github.com/apache/druid/pull/13244#discussion_r1036694081
##########
core/src/main/java/org/apache/druid/guice/GuiceAnnotationIntrospector.java:
##########
@@ -58,9 +58,9 @@ public Object findInjectableValueId(AnnotatedMember m)
if (m instanceof AnnotatedMethod) {
throw new IAE("Annotated methods don't work very well yet...");
}
- return Key.get(m.getGenericType());
+ return Key.get(m.getType());
}
- return Key.get(m.getGenericType(), guiceAnnotation);
+ return Key.get(m.getType(), guiceAnnotation);
}
Review Comment:
Thanks for the suggestion, @CookieAroundTheBend ! I will try to spend some
time on this and get it resolved soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]