Aklakan commented on code in PR #2925:
URL: https://github.com/apache/jena/pull/2925#discussion_r1916833573
##########
jena-arq/src/main/java/org/apache/jena/sparql/exec/QueryExec.java:
##########
@@ -54,6 +54,12 @@ public static QueryExecBuilder graph(Graph graph) {
return QueryExecDatasetBuilder.create().graph(graph);
}
+ /** Create a {@link QueryExecBuilder} initialized with an empty dataset. */
+ public static QueryExecBuilder emptyDataset() {
Review Comment:
Shorthand `emptyDataset()` removed.
--
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]