diff --git a/java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/example/FlightSqlExample.java b/java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/example/FlightSqlExample.java index c097aa3cdfd53..67bfc85c48602 100644 --- a/java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/example/FlightSqlExample.java +++ b/java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/example/FlightSqlExample.java @@ -258,8 +258,7 @@ public static boolean removeDerbyDatabaseIfExists(final String dbName) { /* * Iterate over all paths to delete, mapping each path to the outcome of its own * deletion as a boolean representing whether each individual operation was - * successful; then reduce all booleans into a single answer, and store that into - * `wasSuccess`, which will later be returned by this method. + * successful; then reduce all booleans into a single answer. * If for whatever reason the resulting `Stream` is empty, throw an `IOException`; * this not expected. */