Aklakan commented on code in PR #2884:
URL: https://github.com/apache/jena/pull/2884#discussion_r1874582252
##########
jena-arq/src/main/java/org/apache/jena/sparql/syntax/syntaxtransform/QueryTransformOps.java:
##########
@@ -69,7 +69,7 @@ public static Query transform(Query query, ElementTransform
transform, ExprTrans
Query q2 = QueryTransformOps.shallowCopy(query);
// Mutate the q2 structures which are already allocated and no other
code can access yet.
- mutateByQueryType(q2, transform, exprTransform);
+ mutateByQueryType(q2, exprTransform);
Review Comment:
Removed unused argument.
--
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]