rvesse commented on code in PR #1906:
URL: https://github.com/apache/jena/pull/1906#discussion_r1228443827
##########
jena-arq/src/main/java/org/apache/jena/query/ARQ.java:
##########
@@ -277,11 +293,25 @@ public static void enableBlankNodeResultLabels(boolean
val) {
public static final Symbol httpServiceAllowed =
SystemARQ.allocSymbol("httpServiceAllowed");
//public static final Symbol httpQueryCompression =
SystemARQ.allocSymbol("httpQueryCompression");
+
+ /** {@link HttpClient} to use. */
public static final Symbol httpQueryClient =
SystemARQ.allocSymbol("httpQueryClient");
+ /**
+ * Context to use to set up the SERVICE call.
+ * @deprecated This no longer does anything. Cpontext come sformthe query
Review Comment:
```suggestion
* @deprecated This no longer does anything. Context come from the query
```
--
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]