You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2021/07/06 13:58:46 UTC

[IO] removing unnecessary throws keeps binary compatibility

Hi all,

We have a few APIs that declare throws IOException that do not actually
throw that exception. I plan to clean up those methods. This preserves
binrary compatibility per the JLS but not source compatibility, which will
be described in the release notes.

Gary