Aklakan commented on code in PR #3184:
URL: https://github.com/apache/jena/pull/3184#discussion_r2244880132
##########
jena-rdfconnection/src/main/java/org/apache/jena/rdflink/RDFLink.java:
##########
@@ -355,7 +354,9 @@ public default boolean queryAsk(Query query) {
* @return QueryExecution
*/
@Override
- public QueryExec query(Query query);
+ default public QueryExec query(Query query) {
Review Comment:
I updated RDFLink's default shortcuts to delegate to
`newQuery().query(...).build()` so that any processing that happens in
QueryExecBuilder is applied by default.
--
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]