Summary: Removed redundant usage of final modifier from static methods in javax.swing.Utilities, since static methods are not inherited and cannot be overridden.
------------- Commit messages: - 8266902: Remove final modifier from static methods in swing.text.Utilities Changes: https://git.openjdk.java.net/jdk/pull/4171/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4171&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8266902 Stats: 17 lines in 1 file changed: 0 ins; 0 del; 17 mod Patch: https://git.openjdk.java.net/jdk/pull/4171.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/4171/head:pull/4171 PR: https://git.openjdk.java.net/jdk/pull/4171