On Fri, 7 Jul 2023 16:23:37 GMT, Remi Forax <fo...@univ-mlv.fr> wrote:

> I'm not a big fan of hiding exceptions, why not wrapping the IOException in 
> an UncheckedIOException ?
> 
> So closeUnchecked() means close and throw an unchecked exception if an 
> exception occurs.

I am confused by this comment. That is what `closeUnchecked()` is specified to 
do.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14789#issuecomment-1625669306

Reply via email to