afs commented on issue #599: JENA-1751: Enable inline use of Element Subclasses URL: https://github.com/apache/jena/pull/599#issuecomment-527843185 The code is fine ("does no harm"). There is discussion on the JIRA ticket. https://issues.apache.org/jira/browse/JENA-1751 I am curious as to why varargs is useful in practice because the call site has to have a fixed number of arguments, or manage a separate Java array, and if it's an array, a (collections) list and "foreach" works, and that which leads me to wonder about the relationship with jena-querybuilder.
---------------------------------------------------------------- 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] With regards, Apache Git Services
