Aklakan commented on code in PR #2581:
URL: https://github.com/apache/jena/pull/2581#discussion_r1677635032


##########
jena-rdfconnection/src/main/java/org/apache/jena/rdflink/RDFLinkHTTPBuilder.java:
##########
@@ -91,6 +91,7 @@ protected RDFLinkHTTPBuilder(RDFLinkHTTP base) {
         parseCheckUpdates   = base.parseCheckUpdates;
 
         querySendMode       = base.querySendMode;
+        updateSendMode      = base.updateSendMode;

Review Comment:
   I noticed that this line was forgotten in 
https://github.com/apache/jena/pull/2253/files#diff-bee294b1706b3bd7768eb35b8cbcbb286197873cd3421a82602e4daf15f90dfaR93



##########
jena-rdfconnection/src/main/java/org/apache/jena/rdflink/RDFLinkHTTPBuilder.java:
##########
@@ -91,6 +91,7 @@ protected RDFLinkHTTPBuilder(RDFLinkHTTP base) {
         parseCheckUpdates   = base.parseCheckUpdates;
 
         querySendMode       = base.querySendMode;
+        updateSendMode      = base.updateSendMode;

Review Comment:
   I noticed that this line was somehow forgotten in 
https://github.com/apache/jena/pull/2253/files#diff-bee294b1706b3bd7768eb35b8cbcbb286197873cd3421a82602e4daf15f90dfaR93



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