Aklakan commented on code in PR #2395:
URL: https://github.com/apache/jena/pull/2395#discussion_r1573746863
##########
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:
Removed the superfluous ctor argument from the inner classes.
--
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]