On Mon, 24 May 2021 18:55:38 GMT, rajat mahajan <[email protected]> wrote:
> Summary: Removed redundant usage of final modifier from static methods in > javax.swing.Utilities, since static methods are not inherited and cannot be > overridden. This is not a noop fix, the final keyword in the static method prevents the method to be hidden by the subclass. ------------- PR: https://git.openjdk.java.net/jdk/pull/4171
