Skip to content

Commit

Permalink
fix: addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Aug 29, 2024
1 parent fa813e3 commit 3b42510
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<Boolean>` is empty, throw an `IOException`;
* this not expected.
*/
Expand Down

0 comments on commit 3b42510

Please sign in to comment.