afs commented on code in PR #2097:
URL: https://github.com/apache/jena/pull/2097#discussion_r1397127858


##########
jena-arq/src/main/java/org/apache/jena/query/ParameterizedSparqlString.java:
##########
@@ -138,7 +138,7 @@ public class ParameterizedSparqlString implements 
PrefixMapping {
 
     private StringBuilder cmd = new StringBuilder();
     private String baseUri;
-    private Map<String, Node> params = new HashMap<>();
+    private Map<String, Node> params = new LinkedHashMap<>();
     private Map<Integer, Node> positionalParams = new HashMap<>();

Review Comment:
   This is #2096, not `PrefixMapping`.



-- 
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]

Reply via email to