You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by "rvesse (via GitHub)" <gi...@apache.org> on 2023/06/13 17:08:15 UTC

[GitHub] [jena] rvesse commented on a diff in pull request #1906: GH-1905: SERVICE on/off control

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: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org