Aklakan commented on code in PR #2884:
URL: https://github.com/apache/jena/pull/2884#discussion_r1880682785
##########
jena-arq/src/main/java/org/apache/jena/sparql/syntax/syntaxtransform/ExprTransformApplyElementTransform.java:
##########
@@ -43,7 +43,7 @@ public ExprTransformApplyElementTransform(ElementTransform
transform, boolean al
@Override
public Expr transform(ExprFunctionOp funcOp, ExprList args, Op opArg)
{
- Element el2 = ElementTransformer.transform(funcOp.getElement(),
transform);
+ Element el2 = ElementTransformer.transform(funcOp.getElement(),
transform, this);
Review Comment:
The fix is extended with a few additional line in a separate comment.
Closing this one.
--
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]