Skip to content

Commit

Permalink
Merge pull request #1807 from rmartinc/ELY-2457
Browse files Browse the repository at this point in the history
[ELY-2457] Swallowed exception in KeyStoreCredentialStore.flush
  • Loading branch information
fjuma authored May 23, 2023
2 parents 466c213 + 67921b3 commit d6a29e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ public void flush() throws CredentialStoreException {
e.addSuppressed(t);
throw e;
}
throw log.cannotFlushCredentialStore(t);
}
}
} catch (IOException e) {
Expand Down

0 comments on commit d6a29e6

Please sign in to comment.