afs commented on code in PR #2395:
URL: https://github.com/apache/jena/pull/2395#discussion_r1569021399
##########
jena-arq/src/main/java/org/apache/jena/sparql/exec/QueryExecDataset.java:
##########
@@ -89,6 +89,7 @@ public class QueryExecDataset implements QueryExec
private long timeout2 = TIMEOUT_UNSET;
private final AlarmClock alarmClock = AlarmClock.get();
private long queryStartTime = -1; // Unset
+ private AtomicBoolean cancelSignal = new
AtomicBoolean(false);
Review Comment:
Because this has moved to the class, it does not need to be passed as an
argument to the constructors of the inner classes.
Because the classes have members of the same name, I'm getting a compiler
warning.
--
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]