fdalsotto commented on a change in pull request #107:
URL: https://github.com/apache/solr/pull/107#discussion_r624238957
##########
File path: solr/core/src/java/org/apache/solr/api/AnnotatedApi.java
##########
@@ -101,14 +101,14 @@ public EndPoint getEndPoint() {
* then absence of Api-s is silently ignored.
* @return list of discovered Api-s
*/
- public static List<Api> getApis(Class<? extends Object> theClass , Object
obj, boolean allowEmpty) {
+ public static List<Api> getApis(Class<?> theClass , Object obj, boolean
allowEmpty) {
Review comment:
would an interface and Class<Interface> not have better typing than
Class<?>?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]