Skip to content

Commit

Permalink
HadoopFileSource: whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed May 23, 2016
1 parent 266321c commit 42a1329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public boolean advance() throws IOException {
}
// either no next split or all readers were empty
currentPair = null;
done = true;
done = true;
return false;
}
} catch (InterruptedException e) {
Expand Down

0 comments on commit 42a1329

Please sign in to comment.