On Tue, 1 Mar 2022 10:16:16 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> Prevailing JDK coding practices use "@throws" rather than "@exception". > Refactor existing swing classes javadoc to use @throws I would rather keep this PR simple just to replace @exception with @throws. Other anomalies/idiosyncracies can be tackled in separate issue, if you dont mind. ------------- PR: https://git.openjdk.java.net/jdk/pull/7644