RFR: 8282473: Refactor swing classes javadoc to use @throws instead of @exception
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Wed Mar 2 09:29:01 UTC 2022
On Tue, 1 Mar 2022 10:16:16 GMT, Prasanta Sadhukhan <psadhukhan at 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
More information about the client-libs-dev
mailing list