On Fri, 26 Apr 2024 08:08:25 GMT, Viktor Klang <vkl...@openjdk.org> wrote:
> This PR adds the exception documentation as per the ExecutorService API > contract. I also took the liberty of adding @Override-annotations to be clear > about intent. Marked as reviewed by alanb (Reviewer). I think this is okay. The throws description for the checked exceptions is already inherited, it's the unchecked that don't appear in the subclass. ------------- PR Review: https://git.openjdk.org/jdk/pull/18966#pullrequestreview-2025063608 PR Comment: https://git.openjdk.org/jdk/pull/18966#issuecomment-2079403775