You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/21 14:18:14 UTC

[GitHub] [arrow] lwhite1 commented on a diff in pull request #12941: ARROW-15755: [Java] Support Java 17

lwhite1 commented on code in PR #12941:
URL: https://github.com/apache/arrow/pull/12941#discussion_r855235698


##########
java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestClientMiddleware.java:
##########
@@ -246,9 +246,11 @@ public FlightClientMiddleware onCallStarted(CallInfo info) {
   }
 
   // Used to test that middleware can send and receive multi-valued text and binary headers.
+  @SuppressWarnings({"DoubleBraceInitialization"})

Review Comment:
   Maybe just initialize these values (here and below) the old-fashioned way, rather than add the SuppressWarnings?



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org