lidavidm commented on a change in pull request #11310:
URL: https://github.com/apache/arrow/pull/11310#discussion_r728408995
##########
File path:
java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightStream.java
##########
@@ -419,7 +427,7 @@ public void onNext(ArrowMessage msg) {
}
synchronized (completed) {
- if (!completed.isDone()) {
+ if (!completed.isDone()) {
Review comment:
```suggestion
if (!completed.isDone()) {
```
##########
File path:
java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightStream.java
##########
@@ -419,7 +427,7 @@ public void onNext(ArrowMessage msg) {
}
synchronized (completed) {
- if (!completed.isDone()) {
+ if (!completed.isDone()) {
Review comment:
nit: did you mean to add this whitespace?
--
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]