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()` and `newUpdate().update(...).build()` so that any processing that happens in builders 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: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org