On Sat, 26 Mar 2022 20:50:34 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
> Let's take advantage of Java 7 languate feature - "Catching Multiple > Exception Types". > It simplifies code. Reduce duplication. > Found by IntelliJ IDEA inspection `Identical 'catch' branches in 'try' > statement` Marked as reviewed by amenkov (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/7973