Aklakan commented on PR #2215:
URL: https://github.com/apache/jena/pull/2215#issuecomment-1909166179

   I guess for completeness the usual check for "nothing changed" should be 
added.
   Otherwise it LGTM.
   
   ```java
   Node svcNode = opService.getService();
   Node svcNode2 = transform.apply(svcNode);
   if (svcNode == svcNode2) {
     return super.transform(opService, subOp);
   }
   Op newOp = new OpService(svcNode2, subOp, silent);
   return newOp;
   ```


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