Aklakan commented on code in PR #1689:
URL: https://github.com/apache/jena/pull/1689#discussion_r1053231420
##########
jena-extras/jena-serviceenhancer/src/main/java/org/apache/jena/sparql/service/enhancer/impl/RequestExecutor.java:
##########
@@ -109,60 +109,60 @@ protected Binding moveToNext() {
// Peek the next binding on the active iterator and verify that it
maps to the current
// partition key
while (true) {
- if (activeIter.hasNext()) {
Review Comment:
Fix of indentation - changed 2 spaces to 4.
--
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]